drwhut / decision

A general-purpose, visual programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow for missing arguments if the function / subroutine has default values.

drwhut opened this issue · comments

Allow for missing arguments if the function / subroutine has default values.

Eventually decided against this. As the language will be visual, it does not make sense for GUI editors to intentionally miss out arguments, instead, they would just use the reported default value.