starscript
starscript copied to clipboard
[Wiki problem] Function syntax is unclear
I tried to use a program that uses this syntax, and I can't find, for example, information on how to specify parameter names in funtions.
Is it:
function(arg_name="value")
,
function(arg_name:"value")
,
or is it something else?