MON=0 @GO B=BUTTON() IF B AND #A THEN MON=MON+1 LOCATE 0,0PRINT MON GOTO @GO what this code says is if you press the a button add 1 to mon.