index
:
circleshift/tnsl-lang
origin
The source code for the TNSL programming language - Reference libtnsl and tnslc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tnslc
/
simple.tnsl
blob: 795b626acdf0309f78a84b6957987a068efe04be (
plain
)
1
2
3
4
5
6
uint a = 2, b = 4 /; raw main [int] int c = a + b raw return c + a - b ;/