Files
not-python-rust/tests/map.npp

9 lines
118 B
Plaintext
Raw Normal View History

# Map type operator and function tests
a = [:]
println("to_str")
println(a)
println(['a': 1])
println(['b': 2 + 2])