CONST INT a = 15 CONST INT b = 20 FUNCTION main() a = a + b * 2 INT total = a print (total) END FUNCTION