test.sbasic 97 B

12345678910
  1. waitfor(20);
  2. print("hallo");
  3. function hallo(n)
  4. {
  5. print(20);
  6. }
  7. hallo("DICK");
  8. hallo("4354");