flang.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 := mapOf ["lundi", "mardi", "mercredi"] ["月曜日", "火曜日", "水曜日" ] say m
What are effects?
next: Idiom # 245: Print value of custom type