A short question please. It seems that a proc/template definition accepts curly braces after the name.
proc foo {expr} (x,y:int):int =
10*x+y
echo foo(2,3) # 23
Is this a sort of comment? Is it documented somewhere?
A short question please. It seems that a proc/template definition accepts curly braces after the name.
proc foo {expr} (x,y:int):int =
10*x+y
echo foo(2,3) # 23
Is this a sort of comment? Is it documented somewhere?