June 2002
Beginner
759 pages
80h 42m
English
Write
$cons->Write(string)
Writes stringon the
console, using the current attribute, which you can set with
Attr, and advances the cursor
as needed. This isn’t that different from Perl’s print statement. Returns the number of
characters written, or undef
on error.