ast.Number
Number is a derived class of ast.Node.
A number is a normal number in the sourcecode. It can be directly translated into a command, but the representation is using a number type to make operations easier.
.val (number)
Returns the value of this number node.