ack/lang/basic/test/test33.b
1985-01-24 11:27:36 +00:00

7 lines
167 B
Brainfuck

10 rem function parameters
20 def fnf1(x%,s$)= 3123
30 print fnf1(1,"help")
40 print fnf1(3.12,"xx")
50 rem doet i goed print fnf1("help",3)
60 rem GOED print fnf1(4)