Scriptax files (.ah) should be considered as a scoped object analogous to 'class' in other languages
Closed this issue · 1 comments
ShawnClake commented
Variables declared inside of a .ah file should be considered local to that file
ShawnClake commented
Unscoped code is considered to be a constructor, variables are only accessible on instances and all methods are considered static.