First page Back Continue Last page Overview Graphics
We will gradually introduce PBASIC commands as they are needed. Shown below are a few that are needed for the first program
We will gradually introduce PBASIC commands as they are needed. Shown below are a few that are needed for the first program
DEBUG Command
- DEBUG “Text” – This command is used to send a message from the Boe-Bot to the computer screen
- DEBUG CR, “Text” – go to a new line(carriage return before displaying the message from the boe-bot to the computer screen
- DEBUG DEC X – display the value of variable X in decimal format
END Command
- END – command to end the program. Pressing the RESET button on the Board of Education (BOE) will run the program again
Comments
- ‘ – Begin comments with a single quote mark ‘ and can be on the same line as other commands