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