I couldn't find anything in the help, so I'm a bit unsure.
If I have a type, with a method inside it, say
Is the X variable local? I assume so but I can't explicitly declare it as Method doSomething(local x:Int = 0) so I just want to be 100% on the matter.
Cheers.
If I have a type, with a method inside it, say
Type Person Method doSomething(x:Int = 0) end type
Is the X variable local? I assume so but I can't explicitly declare it as Method doSomething(local x:Int = 0) so I just want to be 100% on the matter.
Cheers.