[top][index]
search for:

print -- print something

print x -- prints x on the standard output followed by a new line

The return value is null.

Code:

     -- ../../../Macaulay2/m2/expressions.m2:1048
     print = x -> (<< net x << endl; null)

[top][index]
search for: