Welcome to the Creatures Wiki! Log in and join the community.
SETV
Jump to navigation
Jump to search
SETV is a CAOS command used to set a variable to a specific value.
Contents
Usage
Syntax: SETV var (variable) val (int or float)
Set var to val. Any previous value of var is overwritten. The type of var will match that of val.
Examples
SETV in conjuction with DIVV to divide on an imaginary command line:
SETV va00 10 DIVV va00 2 OUTV va00 5
See also
- OUTV for output
- The following commands relate to variable arithmetic: ADDV, SUBV; MULV, DIVV, MODV; NEGV, ABSV.
- The following commands are bitwise operations on integers: ANDV, ORRV, NOTV.
External links
- Discussion of data types within CAOS at an archive of the CDN.