fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 76: Binary digits from an integer
Idiom # 76: Binary digits from an integer
See
programming-idioms.org
:
Code
s := x.bin
What are effects?
Running Example
ex76 is x := 13 s := x.bin say s
What are effects?
last changed: 2024-07-01
next: Idiom # 77: Complex number