String Character Length: Difference between revisions

From Rosetta Code
Content deleted Content added
No edit summary
→‎[[mIRC]]: fix "stringlenght" typo
Line 5: Line 5:
'''Compiler:''' [[mIRC]]
'''Compiler:''' [[mIRC]]


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

Revision as of 18:29, 16 January 2007

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! }