What is the result of the following code?
class T
canst A = 42 + 1;
}
echoT::A;
A . 42
B . 43
C . Parse error
Answer: C
What is the result of the following code?
class T
canst A = 42 + 1;
}
echoT::A;
A . 42
B . 43
C . Parse error
Answer: C