sjbarag / brs

An interpreter for the BrightScript language that runs on non-Roku platforms.
MIT License
113 stars 43 forks source link

isEmpty() function for intrinsic type 'String' is not supported #575

Closed vbuchii closed 3 years ago

vbuchii commented 3 years ago

In BrightScript we can do something like:

someString = ""
isEmpty = someString.isEmpty() ' will be true

but while running tests we get: 'isEmpty' is not a function and cannot be called.