3 lines
155 B
Text
3 lines
155 B
Text
|
|
foo(); // <-- this is "invoking a function in statement context"
|
||
|
|
Int x = bar(); // <-- this is "invoking a function in expression context"
|