0 Members and 3 Guests are viewing this topic.
Axe calculates it when compiling. (You can optimize it more as {A+L1+200}, by the way. Always put constants after.)
aeTIos:What is the "and" equivalent of ^2 then ?
There is sub(LBL,arg) and sub(LBLr,arg).There is LBL(arg). But is LBLr(arg) valid ??
How much space does calling "stdDev(PTR,N)" take ??How much space does calling "sub(LBLr,arg)" take ??
"text"->str1...text(0,0,str1)...text(0,6,str1)
Twice (or as often you use it). To prevent that, you can doCode: [Select]"text"->str1...text(0,0,str1)...text(0,6,str1)
:83->°CONST::...If °CONST=83:.Code1:...Else:.Code2:...End
If °CONST=83, Code1 is compiled, else Code2.Code: [Select]:83->°CONST::...If °CONST=83:.Code1:...Else:.Code2:...End
:...If CONSTANT_EXPRESSION:.Code goes here:...Else:.Other code goes here:...
What's the sense of using comment ifs?I mean, you could just make it normal, I don't think it compiles different on other calcs....
...If °DEBUGClrHomeDisp A►Dec,i,B►Dec,i,C►DecgetKeyʳ...
There is no Else or End with conditional comments