Sea.string.byteSum
Talk0
98,468pages on
this wiki
this wiki
This article is a part of the documentation of the Sea function library
-- -- byteSum (string s) -- returns the bytecode sum for s -- -- Args: -- s - the string -- -- Returns: -- (number) -- number - the value of the string with all of its -- chars summed together. --