include defs # lower - fold all letters to lower case subroutine lower (token) character token (ARB) call fold (token) return end