neugram / ng

scripting language integrated with Go
https://neugram.io
BSD 2-Clause "Simplified" License
916 stars 43 forks source link

len("string") does not pass typecheck #225

Closed vmarkovtsev closed 6 years ago

vmarkovtsev commented 6 years ago

The following code

len("123")

fails with

ng: typecheck: invalid argument 123 (untyped string) for int