Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » system facilities » printing to the screen » print
next | previous | forward | backward | up | index | toc

print -- print something

Description

print x prints x on the standard output followed by a new line.
i1 : print "Hello world!"
Hello world!
The return value is null.

For the programmer

The object print is a function closure.


The source of this document is in /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/Macaulay2Doc/ov_strings.m2:468:0.