index
:
elna
assembly
cpp
haskell
Elna programming language compiles simple mathematical operations to RISC-V code.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testsuite
/
runnable
/
multi_module
/
helper.elna
blob: 5fd68af3b8219b7957f1e4d18a698597c071affd (
plain
)
1
2
3
4
proc multiply*(x, y: Int) -> Int return x * y end.