Running example:
Code:
link l1 = "ssi:fork"; open(l1);
write( l1, quote( ERROR("something failed") ) );
waitfirst( list(l1), 100); // waits 1 second.
results in following error:
Code:
? error in eval
not implemented (t:0, rtyp:0)
What does this exacly means;
what is not implemented here?