Search code examples
cgirebolrebol3

How do I write to system/ports/input?


I can read from system/ports/input (for example CGI data), but how do I write to this port so I can read it using read system/ports/input?

write system/ports/input some-data returns error cannot use write on port! value


Solution

  • The console scheme currently only supports a 'read actor.

    See https://github.com/rebol/rebol/blob/master/src/core/p-console.c