summaryrefslogtreecommitdiff
path: root/grammar/go/input.til
blob: 008182b859792008a6b2cf7d9ccf9c23d999885f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
var a
a := 1;

head:

a := ( a + 1 )
c := d;

if a = 10 then
	goto head
end

hi := there; friend := yes