% sample1.t % % this program only declares variables. It has no % output so nothing will show on the screen if you run it % var total : int % we can start a comment here if we wish var name : string var average : real var Last_Name : string var score1,score2 : string % this is a legal short form to % declare 2 vars of the same type var mark : real