3 lines
53 B
Text
3 lines
53 B
Text
|
|
10 DEF FNmultiply(x,y)=x*y
|
||
|
|
20 PRINT FNmultiply(2,PI)
|