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