Morpho-lang / morpho

The Morpho language 🦋. Morpho is a small embeddable language for scientific computing applications.
MIT License
30 stars 10 forks source link

Respondsto #183

Closed ConduitDan closed 1 year ago

ConduitDan commented 1 year ago

adds .has() and .respondsto() for no arguments, returning a list of all properties for .has() and a list all methods for .respondsto()

I couldn't find where has .has and .respondsto were previously document to add the new functionality

This change does not fix #182