Casting Types
Values can be cast to other types by using their types and parentheses, e.g. bool(1) == True
. If a type can not be cast as a different type, a DSLTypeError exception will be raised.
Values can be cast to other types by using their types and parentheses, e.g. bool(1) == True
. If a type can not be cast as a different type, a DSLTypeError exception will be raised.