delegateas/ExpressionEngine

concat function documentation wrong

Opened this issue · 0 comments

The concat function only takes strings according to the documentaiton, however it works on every type.

Go through types and their generated string and update PrettyPrint, maybe look into replacing prettyprint with toString.

Go through string functions to see if there are more errors.