RosettaCodeData/Task/Call-a-function/Elena/call-a-function-1.elena

3 lines
142 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
var c0 := { console.writeLine("No argument provided") };
var c2 := (int a, int b){ console.printLine("Arguments ",a," and ",b," provided") };