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

3 lines
36 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
foo(1, 2, 3);
Int x = bar(4, 5, 6);