index
:
circleshift/ctc
main
Compiler for the TNSL programming language written in C
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_conditional_2.tnsl
blob: ac29d44402828f9ef9a2cacb66b67f35937f9820 (
plain
)
1
2
3
4
5
6
7
8
9
10
11
/; main [int] int a, b a = 69 b = 0 /; if (a > b) return a ;/ return b ;/