Apitax/Core

Scriptax files (.ah) should be considered as a scoped object analogous to 'class' in other languages

Closed this issue · 1 comments

Variables declared inside of a .ah file should be considered local to that file

Unscoped code is considered to be a constructor, variables are only accessible on instances and all methods are considered static.