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