test33.b 167 B

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