Advertisement
GeneralGuy4872

Untitled

Oct 29th, 2018
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. * Testing a SNOBOL interpreter
  2. X = 'HELLO WORLD!'
  3. Y = 9 / 3 - 2 ** 2 + 3 * (3 + -2)
  4. W = 'press any key to continue...'
  5. OUTPUT = X
  6. OUTPUT = Y
  7. OUTPUT = W
  8. * The window closes as soon as the program completes, so leave a dangling input
  9. BECAUSEWINDOWS = INPUT
  10. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement