Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

PBASIC

< >

PBASIC is a programming language created in 1988.

#2621on PLDB 36Years Old

PBASIC is a microcontroller-based version of BASIC created by Parallax, Inc. in 1992.PBASIC was created to bring ease of use to the microcontroller and embedded processor world. It is used for writing code for the BASIC Stamp microcontrollers. Read more on Wikipedia...


Example from Wikipedia:
HIGH 1 'turn on LED on pin 1 PAUSE 1000 'pause for one second LOW 1 'turn off LED on pin 1 END 'end program

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io