summaryrefslogtreecommitdiff
path: root/tests/genie/operator-greater-than-equal.gs
blob: 3a3e39f310859ec68185aae68b89a4a4c1612845 (plain)
1
2
3
4
5
6
init
	var a = 10
	if a >= 10
		assert( a >= 10 )
	else
		assert_not_reached()