aboutsummaryrefslogtreecommitdiff
path: root/example.imp
blob: d87c891c44531287c6ecd4584a9963ef9a758e72 (plain)
1
(x := 1; while x < 10 do x := (x * 2) end)