Hmm, not sure if this should belong in this forum or the other one...
Any reason why this won't compile? It says 'BAD SYMBOL' right at 'dim()r'. (Am I right in assuming that the 'r' is the radians symbol?)
dim() and dim()rr work fine, though.
.TEST
#Axiom(MEMKIT)
Fix 5
For(A,0,710)
0->{L1+A}
End
Load()
Next()
Next()
Next()
dim()r->{L1}r
Print(L1+2)
ClrDraw
DispGraph
Text(5,5,L1+2)
Text(30,5,{L1}r->Dec)
Repeat getKey(15)
DispGraph
End
Also, what happens if I try to use dim()r on an archived program/appvar?
Also, in the [VARS] [2] menu, why are there more commands not mentioned in the readme? (Render, DrawL, DrawR, DrawS, Up, Down, Left, Right)