'Demonsterates the debug and debugin commands 'Holds age for use with the debugin command. age var byte age=0 'Our main loop main: debug ["Enter your age _"] 'Output debugin [dec age] 'Input. Load value into age variable 'Now display the result debug ["Wow you are ",dec age," years old",10,13,10,13] goto main