1 line
57 B
Text
1 line
57 B
Text
{ "x < y!" println } if: (x < y) # analog, but postfix
|
{ "x < y!" println } if: (x < y) # analog, but postfix
|