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