nelson-lang / nelson

The Nelson Programming Language
https://nelson-lang.github.io/nelson-website/
GNU Lesser General Public License v3.0
92 stars 16 forks source link

strcmp({'a'},["a"]) #1195

Closed Nelson-numerical-software closed 4 months ago

Nelson-numerical-software commented 4 months ago
 strcmp({'a'},["a"])

expected result: true 1.4 return false