For the complete documentation index, see llms.txt. This page is also available as Markdown.
Named parameters
func example(foo:0,bar:1,grill:"pork chops"){ say "foo is #{foo}, bar is #{bar}, and grill is #{grill}";}# Note that :foo is omitted and :grill precedes :barexample(grill:"lamb kebab",bar:3.14);