Function that converts an integer numeric value, expressed in Binary-Coded Decimal (BCD) format, to the binary format.
Syntax |
i32 tobin (i32 value) |
---|---|
value |
BCD value that you want to convert |
result |
Returns the converted value in binary format |
Validity |
Rule, Task |
Note |
Binary format is used by operators in the R3 language |
Example usage:
|