mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 13:11:32 +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