Closed nsensfel closed 3 years ago
As of https://github.com/nsensfel/tonkadur/commit/13ba88ea95012581cf8c1926ecb0ae8123a56f21, the difference is pretty clear.
To be absolutely sure what is returned, one can use (text [TEXT])
and (string [STRING])
.
Knowing whether to use
string
ortext
, or even what is currently returned by some computation, is too difficult. Removing thestring
type might be a solution.