Well, I can open programs for the most part, but something's a little off. Here's what the program should be on-calc:
:"MIRAGEOS
Disp ""
For(A,1,3
Disp " HELLO WORLD":End
Prompt 1,1,"----------------
And here's how it's opening in my program (
TBEXE):
:"MIRAGEOS
Disp
DS<(""
ElseA,1,3
DS<(" HELLO WORLD":While
Prompt 1,1,"++++++++++++++++
Any ideas? I'm thinking I maybe forgot, it looks like, 3 commands in my tokens list? But that wouldn't explain the random DS<(...