BigNum:set(x)
Update a BigNum value to be x.
The x argument can be a number, a string, or another BigNum value.
Example
bn = BigNum.new()
bn:set("9828939823498")
Update a BigNum value to be x.
The x argument can be a number, a string, or another BigNum value.
bn = BigNum.new()
bn:set("9828939823498")