4 lines
78 B
Bash
4 lines
78 B
Bash
🥧 = 3.14159265359
|
|
pi = 3.14
|
|
add1 = do x: x + 1 end
|
|
double = do x: x * 2 end |