Phix language

new topic     » topic index » view thread      » older message » newer message

Forked from Re: Generic symbolic sequence assignment

FWIW, Phix has, or will have:
= - the "ambiguous" (ie context-dependent) operator as per OpenEU
:= - the explicit assignment operator (not properly implemented yet)
== - the explicit equality operator

Note that Phix only permits these explicit operators as an aid for legibility; it does NOT extend functionality, so both

  a==0 

and

  if a:=0 then 

generate compiler errors

Pete [/quote]

I actually have come to the idea that there is merit in having distinct symbols for these things. So, this is a fork off of Euphoria. What else is different?

Shawn Pringle

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu