As you move on you will want to save things in variables. Line one - option strict - turns on requiring variable declarations which is useful. Line 2 - var - declares two variables name$, and age%. In SmileBasic you set the type of variable by the symbol on the end of the variable name. % is for whole numbers, # for numbers with a decimal point, and $ for strings which hold text/words.