test.tib 88 B

12345678
  1. Disp "HI!":Disp "WOOT"
  2. If 1=1:Then
  3. Disp "TEST"
  4. End
  5. If -50 < -30:Then
  6. Disp "hello?"
  7. End