# Functions
No description provided by the author
Len returns with the length of the variable For strings it means the count of UTF-8 characters For arrays and maps it means the number of items/entries @function.
String converts the given value to a string @function.
# Structs
LenInterpreter is the Conflow interpreter for the Len function.
StringInterpreter is the Conflow interpreter for the String function.