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.
--