RosettaCodeData/Task/Call-a-function/Ecstasy/call-a-function-1.ecstasy

3 lines
155 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
foo(); // <-- this is "invoking a function in statement context"
Int x = bar(); // <-- this is "invoking a function in expression context"