Hello, 
On 02-Jan-00, [EMAIL PROTECTED] wrote:

> Hello Rebols,
> 
> Does anyone know a good way to print from REBOL? I only need to print
> text.

Looking at your header, I assume you're asking about Linux.  On Amiga the
printer is on the PRT: device, so to print from 'a I would do:

a: "this is a line of text"
write %/prt a

I don't recall at the moment what the printer device is in Linux, if not
/prt.  I think you get the point of what we're doing.

Elliott

Reply via email to