6 lines
57 B
Text
6 lines
57 B
Text
|
|
pi # private
|
||
|
|
pi = 3.14159
|
||
|
|
|
||
|
|
sum # private
|
||
|
|
sum x y = x + y
|