Shop OBEX P1 Docs P2 Docs Learn Events
Programming with the BASIC Stamp. — Parallax Forums

Programming with the BASIC Stamp.

cedtinsicedtinsi Posts: 45
edited 2011-03-09 01:13 in BASIC Stamp
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.

Comments

  • Mark KiblerMark Kibler Posts: 546
    edited 2011-03-05 18:23
    Using the program code:
    '
    ' {$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:
  • cedtinsicedtinsi Posts: 45
    edited 2011-03-05 18:32
    thank you Mr. Mark
  • Mark KiblerMark Kibler Posts: 546
    edited 2011-03-08 16:13
    bir şey değil - أنتم يرحب

    Mark
  • ercoerco Posts: 20,256
    edited 2011-03-09 01:13
    Teşekk
Sign In or Register to comment.