Jai-Community / Jai-Community-Library

Tutorials and Cheatsheet for Jai, written by its community
328 stars 0 forks source link

Strings as boolean values #2

Closed Ivo-Balbaert closed 2 years ago

Ivo-Balbaert commented 2 years ago

In this section https://github.com/Jai-Community/Jai-Community-Library/wiki/Getting-Started#strings-as-boolean-values is written:

" if str is true, then str has charaters in it. If str is false, str is the empty string."

This should better be:

"If str has characters in it, then the automatic cast to boolean is true. Otherwise if str is an empty string, it is false. "

shiMusa commented 2 years ago

Changed. Btw, any member of the beta can become a maintainer of the community library. Just send me (Felix) message on the Discord channel with the preferred github account and I'll send you an invite :)

Ivo-Balbaert commented 2 years ago

I would like to, but as of yet I am not in the beta. Would always appreciate a recommendation ;-)