fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 232: Read a command line boolean flag
Idiom # 232: Read a command line boolean flag
See
programming-idioms.org
:
Code
"-v" ∈ container.set_of_ordered envir.args
What are effects?
Running Example
ex232 is say "verbose is {"-v" ∈ container.set_of_ordered envir.args}"
What are effects?
last changed: 2024-07-01
next: Idiom # 233: Read a command line string flag