Programming with the BASIC Stamp.
cedtinsi
Posts: 45
Welcome and Thank You for your interest in providing help.
I would like to know whether or not the absence of the statement '{$STAMP BS2} at the beginning of a program (for a BS2 program) will cause a bug.
Everything written after an apostrophe is suppose to be a comment; so I guess it won't cause a bug.
I am not sure.
your help is welcome .
thanks.
I would like to know whether or not the absence of the statement '{$STAMP BS2} at the beginning of a program (for a BS2 program) will cause a bug.
Everything written after an apostrophe is suppose to be a comment; so I guess it won't cause a bug.
I am not sure.
your help is welcome .
thanks.
Comments
'
' {$STAMP BS2} or {$STAMP BS2pe}, etc.
' {$PBASIC 2.5} or {$PBASIC 2.0}, etc.
will not cause a bug. In fact, the program won't run unless you declare which stamp (BS2, etc.) and which program version (PBASIC 2.0, etc.) you're using. You must include these statements at the start of a program.
Mark
ARLISS Team New Hampshire
:cool:
Mark