Hello, and sorry for previous message


Does anyone know how to use the redirecting input feature of Rebol? I have
been trying it but it doesn´t seem to work.

I have tried on Windows things like:

rebol -w < in > out

where the file "in" is:

print "hello!!"



Redirecting only output works as I expect:

rebol -w script.r > out

Reply via email to