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: 52ca4297b76c7c6afaa97a99929d027e4d413c4d (
plain
)
1
2
3
4
5
6
var s: []const Word8 := "String value" begin assert(s = "String value") end.