I found an undocumented function in toplevel.as (where things like trace and Infinity are defined) watson, here is the definition:
public function watson (n:int) : Boolean;
And yet I cannot find any documentation, blog posts or stack exchange questions about this feature. If I refer to a definition in my code, it throws an error
1120: Access of undefined property watson.
Does anyone have any info on this feature?
source
share