3 lines
125 B
Text
3 lines
125 B
Text
if (the_answer == 42) FindQuestion() else Foo();
|
|
when (stock.price < buy_order) stock.Buy();
|
|
unless (text < "") Write(text);
|