summaryrefslogtreecommitdiff
path: root/tests/genie/case.gs
blob: 40558762790cb43dbd9e006a5ca3fbf3c3c2628f (plain)
1
2
3
4
5
6
init
	a:int = 13
	case a
		when 13
		when 23, 42
		default