ngs-lang / ngs

Next Generation Shell (NGS)
https://ngs-lang.org/
GNU General Public License v3.0
1.41k stars 43 forks source link

Booleans don't compare equal when used as Hash keys #467

Closed ilyash closed 2 years ago

ilyash commented 2 years ago
$ ngs -pi '{true: 1, true: 2}'
Hash of size 2
  [true] = 1
  [true] = 2
ilyash commented 2 years ago

In dev