try catch?
Nemec
09 May 2022, 03:41Does this asl support any try/catch/exception handling? If so how do I use them?
mrangel
09 May 2022, 07:40Unfortunately not. You need to check for error conditions yourself.
In most cases, functions will return null instead of giving an error.