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: 5145d3fe73f3e544880f8b6bad799af0a17158c3 (
plain
)
1
2
3
4
5
6
7
uint a = 2, b = 4 {}uint8 str = "Hello", c = "#" /; main [int] int i = -b return i ;/