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
/
two_parameters_same_type.elna
blob: bd9b271a5627994ef74b92c73fd75290a91f5620 (
plain
)
1
2
3
4
5
6
proc f(x, y: Int): Int return x + y begin assert(f(2, 3) = 5) end.