"operator" now a keyword / data type in 3.19?

Discussion about recent product features & solutions!
Search

Post Reply
4 posts • Page 1 of 1
tpjctrl
Posts: 141
Joined: Tue May 08, 2018 10:30 am

"operator" now a keyword / data type in 3.19?

Post by tpjctrl »

It seems that the word "operator" is now used as a keyword in 3.19, so doing this:

string operator = "weded";

throws an error, but works perfectly fine in 3.18.

Can someone confirm what "operator" is now?

gschijndel
Posts: 330
Joined: Tue Jan 15, 2019 3:12 pm

Re: "operator" now a keyword / data type in 3.19?

Post by gschijndel »

You should check out the operator methods for an explanation of where the operator keyword is used for.

dbindernagel
Posts: 151
Joined: Mon Feb 23, 2015 1:34 pm

Re: "operator" now a keyword / data type in 3.19?

Post by dbindernagel »

The help has an extra section for Reserved Keywords, but it is apparently not updated if new keywords are introduced.

tpjctrl
Posts: 141
Joined: Tue May 08, 2018 10:30 am

Re: "operator" now a keyword / data type in 3.19?

Post by tpjctrl »

Thanks gschijndel and indeed dbindernagel, the reserved keywords list update is not complete, as it mentions new ones in 3.19, but doesn't list operator.

Post Reply
4 posts • Page 1 of 1