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
/
constant_string_initializer.elna
blob: e2ffb25c5addafa54c45dc8eb11ba5b3640fc637 (
plain
)
1
2
3
4
5
6
var s: []const Char := "String value" begin assert(s = "String value") end.