aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/two_variables.sy
blob: 93329e35672e264e751aea4ae06e1e99533df6cd (plain) (blame)
1
2
3
4
5
6
start :: fn {
    a := 1
    b := 2
    a <=> 1
    b <=> 2
}