/* * @title string length * @include http://* * @license MIT License * @require */ void(alert((function (s) { return s.length; })(prompt('string', ''))))