I am really new at Axe, and I can't figure out how variable storage works. I have the following code:
:DiagnosticOff
:ClrHome
:"vMine"→Str1
:GetCalc(Str1)→A
:!If A
:GetCalc(Str1,3)→A
:ΔList(10,10,10)→{A}
:End
When compiling, Axe gives my an ERR: BAD SYMBOL.
Sorry if this is something obvious, but what did I do wrong?