beller wrote:
I just tried it under OS X and it doesn't appear to work. Everything I enter, even simple print commands, result in syntax errors. I copied in their sieve program and it doesn't run either....
While it's cool to watch it startup withe 38911 free message, it sure doesn't beat Frodo as a 64.
It's case sensitive. Make sure you write your program in UPPER CASE (commands and variables).
for example, if you type
10 let a=10+1
20 print a
run
Then you'll get a syntax error
Type
RUN
and you'll get a syntax error in 10
edit 10 to read:
10 LET a=10+1
and you'll still get the syntax error in 10
edit 10 to read:
10 LET A=10+1
and you'll gte the syntax error in 20
It does work. At least it does on my HP laptop running Vista.