fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 156: Format integer with zero-padding
Idiom # 156: Format integer with zero-padding
See
programming-idioms.org
:
Code
s := i.dec 3
What are effects?
Running Example
ex156 is test(i i32) => s := i.dec 3 say s test 7 test 42 test 666 test 4711
What are effects?
last changed: 2024-07-01
next: Idiom # 157: Declare constant string