I have a problem with my syntax.
i want to use this symbol at my inline object
object?.something
but i don't know how to do this with objects that have white space in their name, like:
object?[some thing] // this is wrong
I have a problem with my syntax.
i want to use this symbol at my inline object
object?.something
but i don't know how to do this with objects that have white space in their name, like:
object?[some thing] // this is wrong