Print(expr)print the
exprto the default output stream and returnNull.
Examples
>> Do(Print(i0);If(i0>4,Return(toobig)), {i0,1,10})prints these numbers
12345and returns
toobigImplementation status
- ✅ - full supported
Print(expr)print the
exprto the default output stream and returnNull.
>> Do(Print(i0);If(i0>4,Return(toobig)), {i0,1,10})prints these numbers
12345and returns
toobig