1 2 3 4 5 6 7 8
function who_am_i(age : int) = if age <= 2 then print("TIGROS\n") else if age <= 5 then print("TIGROU\n") else print("TIGER\n")