Welcome to the Creatures Wiki! Log in and join the community.

Difference between revisions of "Output stream"

From Creatures Wiki
Jump to navigation Jump to search
m
 
Line 11: Line 11:
  
 
[[Category:C3/DS CAOS]]
 
[[Category:C3/DS CAOS]]
 +
[[Category:CAOS:I/O]]

Latest revision as of 03:21, 16 June 2015

The output stream in CAOS is where the output from any CAOS commands, most notably OUTS and OUTV, goes to. It may be directed:

  • in an externally injected script, to the calling process,
  • within the CAOS command, to a string which is eventually returned to the calling script,
  • within game scripts, nowhere,
  • after FILE OOPE, to a journal file.

See also[edit]