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

Fix pass by reference/value #46

Closed boxbeam closed 1 year ago

boxbeam commented 1 year ago

Primitives are now passed by value, non-primitives are passed by reference, and FRaw will always be converted to FRef when passed as function arguments