Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Idiom # 332 List of the keys of a map

See programming-idioms.org:

Code

The following example shows how to create a map with integer keys and string values in Fuzion. The keys are collected into a list and printed one by one in a loop.

Runnable Code

last changed: 2025-05-13