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
/
compilable
/
procedure_forward_reference.elna
blob: bbffc737ff5909346e2c5e24aa7a4a4446de07ce (
plain
)
1
2
3
4
5
6
7
proc first(): Int return second() + 1 proc second(): Int return 41 end.