Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * Testing a SNOBOL interpreter
- X = 'HELLO WORLD!'
- Y = 9 / 3 - 2 ** 2 + 3 * (3 + -2)
- W = 'press any key to continue...'
- OUTPUT = X
- OUTPUT = Y
- OUTPUT = W
- * The window closes as soon as the program completes, so leave a dangling input
- BECAUSEWINDOWS = INPUT
- END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement