0 Members and 1 Guest are viewing this topic.
For(E,-B+1,-B+D-1For(F,A+1,A+C-1Str1+sub("10",1+pxl-Test(E,F),1→Str1EndEnd
in java, its for(variable;condition;what to do to make the variable approach the condition)usually something along the lines of for(int i=0;i>5;i++)a > condition will behave like BASIC and Axe, but if you did i=5 and started with i=6 or something, it would behave strangely, either giving a compile time error, or incrementing until i overflows and becomes 5.
Ztrumpet told me it was just to close them if only an If statement occurs after a For( loop and that If/Then were fine without the closing ones, I believe. I would have to check my emails with him to be sure that's what he said, but ya.
Ya, TIBD says its only when an If command (when the condition is false) stands alone after a For(. Unless I'm reading it wrong.