Hello,
Is there an online doc for squirrel 3.0 ?
I'd like to know if something has changed in the syntax, for example:
delete list[key]
array.remove(index)
is there a reason to not unify this syntax ?
it was also a little bit tricky to find that the new way to access the parent of a class is with the "base" keyword instead ot the parent class name.