ICI Modules: long: long
Modules by name : by typeSynopsis
long = long.long(int | string [, int])Description
Converts to the argument to a long (64-bit int) and returns the result. If two arguments are passed they both must be integers with the first being the least-significant 32-bits of the value and the second the most-significant portion.