Wendicka / Scyndi

Experimental programming language
GNU General Public License v3.0
0 stars 0 forks source link

Power operator #67

Closed Tricky1975 closed 5 years ago

Tricky1975 commented 5 years ago

Right now Scyndi uses "^" for this, but since JavaScript has no operator for this, I'll need another way to translate this for which Scyndi has not been properly set up. Very likely I will need to remove this operator and use a function in stead.

Tricky1975 commented 5 years ago

^ as an operator has now been deprecated. A lot of languages following the C syntax or anything based on that, do not support it anyway, so it only makes things needlessly complicated. The deprecation note is already in #69. so there's no more need for this issue to be open.