The num command is used to cast and value to a number
num [any]
name: 'num' min: 1 max: 1 arguments: - any return: num
>>> num "20" 20 >>> num true 1