1
0
forked from Mirror/wren
Files
wren/test/core/map/is_empty.wren
2016-07-06 07:17:07 -07:00

3 lines
87 B
Plaintext

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