For the complete documentation index, see llms.txt. This page is also available as Markdown.

Differences

Casing

Different than stated in the scriban docs, scripts used in dbnetsoft software products do not change the casing of variables or functions. Even more, you can use string.ends_withor string.EndsWith, whereas the later is preferred as it means the declaration of the method is not touched.

Last updated