tlang-interperter-cs/file.tlang

7 lines
93 B
Plaintext

/*
if(expression) expression else expression
*/
j = func() 42-43;
printargs(j().abs());