fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 359 Euclidean division
Idiom # 359 Euclidean division
See
programming-idioms.org
:
Code
Code input
q := a / b r := a % b
What are effects?
Runnable Example
Code input
ex359 is a := 31 b := 7 q := a / b r := a % b say "q=$q r=$r"
What are effects?
last changed: 2025-07-10
next: Idiom # 360 Create a formatted list