*** empty log message ***
This commit is contained in:
6
lang/basic/test/test33.b
Normal file
6
lang/basic/test/test33.b
Normal file
@@ -0,0 +1,6 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user