DustLanguage / Dust_Prototype

MIT License
4 stars 1 forks source link

Function parameters not working #7

Closed TheChoconut closed 6 years ago

TheChoconut commented 6 years ago

Adding parameters in function will result in an "Object is null" Exception.

TheChoconut commented 6 years ago

Functions

Nufflee commented 6 years ago

This is partially fixed in fdfdc4ad45c90eacf097ae3763d82caff1208f38. Function parameters can be used in return statement but can't be accessed elsewhere. New issue: #9.