JamesBowen
19+ years progress programming and still learning.
Okay, continuing with this theme. Which one of these is your preference for DO / END styles (ignoring the Upper Case keywords and the EQ operator):
Option 1:
Or Option 2:
Oh yeah, 4 spaces for tab indents.
Option 1:
Code:
IF foobar EQ 0 THEN
DO:
/** DO SOMETHING HERE.... **/
END.
Or Option 2:
Code:
IF foobar EQ 0 THEN DO:
/** DO SOMETHING HERE.... **/
END.
Oh yeah, 4 spaces for tab indents.
