mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2026-02-04 18:40:19 +00:00
language: floating point support
This commit is contained in:
4
examples/numbers.pork
Normal file
4
examples/numbers.pork
Normal file
@@ -0,0 +1,4 @@
|
||||
export func main() {
|
||||
let pi = 3.141592653589793
|
||||
println(pi)
|
||||
}
|
||||
Reference in New Issue
Block a user