Comments
Loading Dream Comments...
You must be logged in to write a comment - Log In
// Example concurrent multi-terminal input/output;
{? TTY[.io. 6] >> command[.io.6] ?};
// Read from 6 keyboards in parallel;
{! TTY[.io.6] <<"Hellorld" << CRLF; !};
// Write to 6 screens in parallel;
// .io.6 is iota 6, that is (1 2 3 4 5 6)