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
/
print_in_proc.elna
blob: 8c4588bc2d62e4e16caded498bd5a15268af5c5c (
plain
)
1
2
3
4
5
6
7
proc print2(a: int) { printi(a); } proc main() { print2(14); }