index
:
amalgam
master
A programming language for combining cpu and gpu programming into the same language.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
errors
/
const_assign.amal
blob: b0b0ec4c641545a19848bfc23154ad29e46acdb0 (
plain
)
1
2
3
4
const main = fn { const value = 23; value = 34; }