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

3 lines
142 B
Text
Raw Permalink Normal View History

2025-08-11 18:05:26 -07:00
var c0 := { Console.writeLine("No argument provided") };
var c2 := (int a, int b){ Console.printLine("Arguments ",a," and ",b," provided") };