format
format(value)
format(value, precision)
Try it yourself:
| $1 |
format(2.3)
|
|
| $2 |
format(3 - 4i)
|
|
| $3 |
format([])
|
|
| $4 |
format(pi, 3)
|
See also:
All functions