
samples.statements.assign-dictionary.pec Maven / Gradle / Ivy
define main as method doing:
a = mutable <"key-1": 1, "key-2": 2>
a["key-1"] = 1000
a["key-3"] = 3000
printLine "a -> " + a
© 2015 - 2025 Weber Informatics LLC | Privacy Policy