01_user_documentation:07_rgg_xl:02_xl:10_rgg_addition:04_operator_overload:printer
This is an old revision of the document!
PrintWriter
The PrintWriter objects can easily get content added with the overload operator shl
SHL
PrintWriter << Objectprint the object.PrintWriter << primitiveprint the primitive.
Or it can be used with the out object, a static PrintWriter that represents the XL console.
In this case out << "test" is the same as print("test");
01_user_documentation/07_rgg_xl/02_xl/10_rgg_addition/04_operator_overload/printer.1774629466.txt.gz ยท Last modified: 2026/03/27 17:37 by Tim
