CODE:
MsgBox a.b
MsgBox a("abc").b
class a {
__New(Name){
this.Name:=Name
}
static Name:="aaa"
static b => this.Name
}
Statistics: Posted by cgx5871 — Today, 09:28
CODE:
MsgBox a.b
MsgBox a("abc").b
class a {
__New(Name){
this.Name:=Name
}
static Name:="aaa"
static b => this.Name
}
Statistics: Posted by cgx5871 — Today, 09:28