09.03.2015 Views

Unicon Language Reference Clinton L. Jeffery Shamim Mohamed ...

Unicon Language Reference Clinton L. Jeffery Shamim Mohamed ...

Unicon Language Reference Clinton L. Jeffery Shamim Mohamed ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

number1 >= number2<br />

greater or equal<br />

string1 == string2<br />

string equal<br />

string1 ˜== string2<br />

string not equal<br />

string1 >= string2<br />

string greater or equal<br />

x1 === x2<br />

equivalence<br />

x1 ˜=== x2<br />

non equivalence<br />

Relational operators produce their right operand if they succeed. They may be augmented.<br />

var := expr<br />

assign<br />

var1 :=: var2<br />

swap<br />

var [y]<br />

send message<br />

[x] @>> [y]<br />

blocking send message<br />

The send operator places a message in another thread’s public inbox, or in the current thread’s<br />

public outbox. The normal version fails if the box is full; the blocking version waits for space to<br />

become available.<br />

[x]

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!