case 'stringtosymbol':
                    s = evaluatedArguments[0].toStringX();

                    if (typeof s === 'undefined') {
                        throw new Error('strlen: Argument is not a string.');