waterbearlang / moonshine

A programming language that maps nicely to blocks
2 stars 0 forks source link

Return values #5

Closed dethe closed 2 years ago

dethe commented 2 years ago

For blocks other than TriggerDef we should be able to (and required to) assign return values and types.

dethe commented 2 years ago

Should return values have names or just types? I'm leaning towards typed names, just like parameters.