*** empty log message ***

This commit is contained in:
em
1985-01-24 11:27:36 +00:00
parent 7657fb8d45
commit a1c27b46db
51 changed files with 863 additions and 0 deletions

6
lang/basic/test/test33.b Normal file
View 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)