Issue 2: Need print statement
Project Member Reported by apangb...@gmail.com, Dec 11, 2008
Some sort of ability to print from the language. Preferably as a language
construct rather than an explicit functions (we dont have functions right now).
Dec 15, 2008
Project Member #1 apangb...@gmail.com
Implemented in grammar and interpretter
Dec 18, 2008
Project Member #2 apangb...@gmail.com
can print a single integer per line

Would be nice to add the ability to print multiple objects on a line
'print x,y,z' or something.
Status: Started