Dumping ground for learning SNOBOL
SNOBOL (StriNg Oriented and symBOlic Language) is an old, and largely forgotten programming language designed for manipulating strings.
To run SNOBOL, download the interpreter from Viktors Berstis' website and then install DOSBOX.
From DOSBOX you will first need to mount the folder containing your SNOBOL code:
mount c C:\Users\jdorr\Desktop\Snobol
To run you code simply use:
SNOBOL4 00_HELLO.SNO /Q
Much of this information was taken from the SNOBOL4 website.