FenderLang / Fender

A functional scripting language, intended for string manipulation and general scripting on the command line
MIT License
13 stars 0 forks source link

Pass arguments to functions by name #77

Open boxbeam opened 1 year ago

boxbeam commented 1 year ago

func(arg1: value, arg2: value2)```