String Character Length: Difference between revisions

From Rosetta Code
Content deleted Content added
→‎[[mIRC]]: fix "stringlenght" typo
No edit summary
Line 1: Line 1:
{{task}}
{{task}}

In this task, the goal is to find the length of a string.


==[[mIRC]]==
==[[mIRC]]==

Revision as of 23:04, 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.

In this task, the goal is to find the length of a string.

mIRC

Compiler: mIRC

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