Hello fellow REBOLites,

I'm trying to write a very simple script, and I cannot get anything to
a normal DOS (NT) console...

The script I am trying (called hello.r) looks like:

  REBOL []
  print "hello world"
  print "hello world"
  print "hello world"

If I run this with: "rebol hello.r" a REBOL console pops up and I see
the output. That makes sense.

If I run this with "rebol -w hello.r" I get nothing. I was hoping the
output would go to standard out, so it would be visible from the
command prompt.

Best regards,
 Andy


Reply via email to