String Character Length

From Rosetta Code
Revision as of 18:29, 16 January 2007 by 199.246.40.54 (talk) (→‎[[mIRC]]: fix "stringlenght" typo)
Task
String Character Length
You are encouraged to solve this task according to the task description, using any language you may know.

mIRC

Compiler: mIRC

alias stringlength { echo -a Your Name is: $len($$?="Whats your name") letters long! }