Converts a number between hexadecimal and decimal formats.
A value prefixed with # is treated as a hexadecimal number.
hexa #FFF
#FFF hexa value
Source print (hexa #ff) print (hexa 2025)Execution 255 #7e9

Converts a number between hexadecimal and decimal formats.
A value prefixed with # is treated as a hexadecimal number.
hexa #FFF
#FFF hexa value
Source print (hexa #ff) print (hexa 2025)Execution 255 #7e9