0 Members and 1 Guest are viewing this topic.
If getKey(1) and ({38+L1}^r≠48){38+L1}^r++ElseIf getKey(4) and ({38+L1}^r≠0){38+L1}^r--EndIf getKey(2) and ({36+L1}^r≠0){36+L1}^r--ElseIf getKey(3) and ({36+L1}^r≠63){36+L1}^r++End
if getkey(3)+x->xend
if getkey(3)x++end
actually, i have a question to ask as well. which is more optimised?Code: [Select]if getkey(3)+x->xendorCode: [Select]if getkey(3)x++endthe ++ and -- commands are a bit new, so i'm not sure how to go about using them yet. is there a difference in Inc vs. add in the way these are compiled?
min(getKey(1)#Realloc(38+L₁)+A#Realloc()-getKey(4)sub(CN1)-1,48)→{38+L₁}ʳmin(getKey(3)#Realloc(36+L₁)+A#Realloc()-getKey(2)sub(CN1)-1,64)→{36+L₁}ʳ.Correct negative 1Lbl CN1ReturnIf +1+1Return
.Correct negative 1
I don't get it work
Wait, so +{const}r isn't optimized automatically? :O