fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 244: Print map
Idiom # 244: Print map
See
programming-idioms.org
:
Code
say m
What are effects?
Running Example
ex244 is m := container.map_of [("lundi", "月曜日"), ("mardi", "火曜日"), ("mercredi", "水曜日")] say m
What are effects?
last changed: 2024-07-01
next: Idiom # 245: Print value of custom type