NOTE: This is written for the BS2 and will run on any BASIC Stamp module. Modify the $STAMP directive (as required) before downloading to the BS1, BS2e, BS2sx, BS2p, BS2pe, or BS2px.
' PAUSE.BS2
' This program demonstrates the PAUSE command's time delays. Once a second,
' the program will put the message, "Paused..." on the screen.
' {$STAMP BS2}
Main:
DEBUG "Paused...", CR
PAUSE 1000
GOTO Main
BASIC Stamp Help Version 2.5.4
Copyright © Parallax Inc.
8/8/2012