Link Search Menu Expand Document

String

The string command is used to cast and value to a string

string [any]

Overview

name: 'string'
min: 1
max: 1
arguments:
    - any
return: string

Example

>>> string 120
120