OUTV
From Creatures Wiki
OUTV is a CAOS command for outputting numbers.
[edit] Usage
Syntax: OUTV var (variable)
This sends the contents of var to the output stream as a string. It is most commonly used from the command line, but see also FILE OOPE.
OUTV is equivalent to OUTS VTOS.
If you just want to print debugging information, use DBG: OUTV instead.


