index
:
elna
cpp
haskell
master
Elna programming language compiles simple mathematical operations to RISC-V code.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
vm
/
add_to_variable.elna
blob: cbcfc8ef5e0572594cc372f3a748f300c0a73066 (
plain
)
1
2
3
4
5
6
proc main() { var i: int; i := 28; printi(i + 30); }