The BUTTON() command is useful. It gives output in binary, so you can use constants like #A or just use 16 for A. If you do 2 buttons it will combine those bits IF BUTTON()==(#A or #B). If you put it in a loop it is very powerful. Of course, if you're new to programming do simpler ideas, like Hello World! or What is Your Name? Hello Name!