fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 59: Write to standard error stream
Idiom # 59: Write to standard error stream
See
programming-idioms.org
:
Code
io.err.println "$x is negative"
What are effects?
Running Example
x := -42 io.err.println "$x is negative"
What are effects?
last changed: 2024-07-01
next: Idiom # 60: Read command line argument