-
Hi Looking at the demo and trying to figure out a trivial hello world example with a class instance. When I try: ...I get What am I missing? Thanks in Advance :) |
Beta Was this translation helpful? Give feedback.
Answered by
axunonb
Jul 22, 2021
Replies: 1 comment 1 reply
-
My quick guess is:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
axunonb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My quick guess is:
Person
class instance.{Age}
rather than{Person.Age}
. I think you get the point, why thePerson
selector cannot be found.