0 Members and 1 Guest are viewing this topic.
Awesome!! NEW AXEI was the first person to download the new version
Now...Is absorbing appvars like[pic1]->pic1 but for appvars?
And what are preprocessor conditionals?
Also, what does Single argument for loops can now take any expression as an argument mean?
Also, yet another question, what is"Now able to use Return in a single argument for loop."
Edit:Yet another yet another question is:What does select() do? I don't get what the commands list is saying
prgmAA:.A:ClrHome:[prgmAA]->A:While {A}:Disp >Tok:A+1->A:End
Select(A,B->A)->B
Select(A,+1->A)
:Lbl FOO:Select(r1,Select(r2,MYLBL()->A)->r2)->r1:Return A:Lbl MYLBL:<stuff including more calls to FOO>
This used to be an error (because it wouldn't work):For(10)If A+1→A=BReturnEndEndNow, Quigibo has found some amazing way to make it work, so it is allowed .
In other news, Frey continues kicking unprecedented levels of ass.
:If A=0::<code>:ElseIf A=1::<code>:ElseIf A=2::...and so on...
:MyTbl(A)::Lbl MyTbl: Z-Test(r1,A,B,C,...): <handle errors>