doctorChuckles
Programmer
Hi,
According to the Dummies book, "this" and "new" are operators. However, they don't show up in lists of operators, so they must be a special class of operators.
The explanation in the Dummies book is incomprehensible, and I've found other incomprehensible explanations elsewhere. I'm not getting what "new" and "this" do. Yet it must be very simple. I understand the syntax is this [.whatever]
Can someone either explain very simply? Or tell me if my guess is about right?
If my guess is right, "this" probably means something like "put" in an xtalk language. I.e.,
get somethingOrOther
put sometingOrOther into var2
so maybe "put sometingOrOther into var2" would go
this[ .var2]
That's only a guess, though, and I can't guess about "new"
Please clue me just a little.
Thanks,
Tim
According to the Dummies book, "this" and "new" are operators. However, they don't show up in lists of operators, so they must be a special class of operators.
The explanation in the Dummies book is incomprehensible, and I've found other incomprehensible explanations elsewhere. I'm not getting what "new" and "this" do. Yet it must be very simple. I understand the syntax is this [.whatever]
Can someone either explain very simply? Or tell me if my guess is about right?
If my guess is right, "this" probably means something like "put" in an xtalk language. I.e.,
get somethingOrOther
put sometingOrOther into var2
so maybe "put sometingOrOther into var2" would go
this[ .var2]
That's only a guess, though, and I can't guess about "new"
Please clue me just a little.
Thanks,
Tim