index
:
imp.git
master
IMP Interpreter
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
example
/
example.imp
blob: e1ddf221dc18081d43badf748a5f028a09a31712 (
plain
)
1
2
3
4
x := 1; while x < 10 do x := (x * 2) end