fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 142: Hexadecimal digits of an integer
Idiom # 142: Hexadecimal digits of an integer
See
programming-idioms.org
:
Code
s := x.hex
What are effects?
Running Example
ex142 is x := 999 s := x.hex say s
What are effects?
last changed: 2024-07-01
next: Idiom # 143: Iterate alternatively over two lists