Measures Concepts
GitHub icon

PBASIC

PBASIC - Programming language

< >

PBASIC is a programming language created in 1988.

#1492on 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 Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout