summaryrefslogtreecommitdiff
path: root/tigrou/who-am-i/who-am-i.tih
blob: 08b7e9c4b4ec202943bb1a6b5c71e24c04e29691 (plain)
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")