Files
wren/test/core/map/is_empty.wren

3 lines
87 B
Plaintext
Raw Normal View History

System.print({}.isEmpty) // expect: true
System.print({1: 1}.isEmpty) // expect: false