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
/
const_var_chain.elna
blob: a6db8c894788e6af39697c69fce3ff86152edf96 (
plain
)
1
2
3
4
5
6
7
var x: const Int := 42 y: Int := x begin assert(y = 42) end.