Welcome to the Creatures Wiki! Log in and join the community.
VTOS
Jump to navigation
Jump to search
VTOS is a CAOS command for decimal-to-string conversion.
Usage[edit]
Syntax: VTOS num (int or float)
Returns a string equivalent to num.
lc2e prints integers as they stand. Floats are printed with 6 decimal places; infinities are printed 'inf' or '-inf', and Not a Number is printed 'nan'.
Examples[edit]
See examples in FILE OOPE and ADDS.
![]() |