RimStone 4.2.0 released


This release adds strlen() function, which can be used in expressions just like any other. Functionally it's equivalent to string-length statement.

For instance:
set-string s1="some string"
set-string s2="other string"
...
set-number n = strlen(s1) + strlen (s2 + "!") - 1



Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.