27220 Parallax Inc, 27220 Datasheet - Page 31

BOOK STAMPWORKS

27220

Manufacturer Part Number
27220
Description
BOOK STAMPWORKS
Manufacturer
Parallax Inc
Datasheet

Specifications of 27220

Accessory Type
Booklet
Product
Microcontroller Accessories
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
StampWorks
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Not applicable / Not applicable
7. Variable Type Definitions
Conserve BASIC Stamp user RAM by declaring the variable type required to hold the
expected values of the variable.
8. Program Labels
Begin program labels with an uppercase letter, use mixed case, separate words
within the label with an underscore character and begin new words with a number or
uppercase letter. Labels should be preceded by at least one blank line, begin in
column 1 and must be terminated with a colon (except after GOTO and THEN where
they appear at the end of the line and without a colon).
9. PBASIC Keywords
All
serial/debugging format modifiers (DEC, HEX, BIN) and control characters (CR, LF)
should be uppercase.
keywords automatically, and allow you to set color highlighting by category to suit
your personal tastes.
PBASIC
bitValue
nibValue
byteValue
wordValue
Print_ZString:
Main:
DO
LOOP
RETURN
DEBUG "BASIC Stamp", CR
END
READ eeAddr, char
eeAddr = eeAddr + 1
IF (char = 0) THEN EXIT
DEBUG char
language keywords,
VAR
VAR
VAR
VAR
The BASIC Stamp editor will correctly format PBASIC
Bit
Nib
Byte
Word
including SYMBOL,
CON,
' 0 - 1
' 0 - 15
' 0 - 255
' 0 - 65535
VAR,
PIN
and

Related parts for 27220