|
Trust me when I tell you that the not symbol in BASIC is simply the word 'NOT', at least when it is at the beginning of a statement. We have fallen into the habit of writing our code to emulate C++ style if statements by using the not command:
if NOT (condition) THEN SkipifA
statement
SkipifA:
I know the new compiler uses C++ style if commands, but we decided not switch to a beta version. We just don't trust it enough.
__________________
www.team102.com
2000 National Finalists
2003 J&J Mid-Atlantic Regional Winners
2003 BattleCry Best Autonomous
|