DustLanguage / Dust_Prototype

MIT License
4 stars 1 forks source link

Function parameters cannot be accessed inside function body. #9

Open Nufflee opened 6 years ago

Nufflee commented 6 years ago

Accessing function parameters only works in return statements, elsewhere it throws "Object is null" exception in DustType::GetDustType.