Changes between Version 21 and Version 22 of ExpressionSyntax


Ignore:
Timestamp:
2017-09-14 11:09:19 (8 years ago)
Author:
archibald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExpressionSyntax

    v21 v22  
    6767{{{ 
    6868freddy / * burt // ERROR at *, as * is not a monadic infix operator 
    69 arthur := (tom == 21) ? 1*2*dick : harry  // and triadics 
     69arthur := «bool»(tom == 21) ? 1*2*dick : harry  // and triadics 
    7070}}} 
    7171