projman/hlp/ru/tcl/llength.html
2018-02-05 17:23:37 +03:00

27 lines
685 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN>
<html>
<head>
<title>llength</title>
</head>
<body>
<h1>llength</h1>
<p>Команда подсчитывает количество элементов в списке.</p>
<h2>СИНТАКСИС</h2>
<pre>
<strong>llength</strong> <em>list</em>
</pre>
<h2>ОПИСАНИЕ</h2>
<p>Аргумент <em>list</em> истолковывается как список; команда
возвращает строку с десятичным числом, равным количеству
элементов в этом списке.</p>
</body>
</html>