Conversions
| Command | Description |
|---|---|
| fill | Fill and Align. |
| fmt | Format a number. |
| into | Commands to convert data from one type to another. |
| into binary | Convert value to a binary primitive. |
| into bits | Convert value to a binary primitive. |
| into bool | Convert value to boolean. |
| into datetime | Convert text or timestamp into a datetime. |
| into duration | Convert value to duration. |
| into filesize | Convert value to filesize. |
| into float | Convert data into floating point number. |
| into int | Convert value to integer. |
| into record | Convert value to record. |
| into sqlite | Convert table into a SQLite database. |
| into string | Convert value to string. |