Примеры в контексте "Nil - Nil"

Примеры: Nil - Nil
Assume t is a pointer to a node, or nil. Предположим, что t - указатель на узел или nil.
The keys and values can be of any type, except nil. Ключами могут быть значения любых типов Lua, кроме nil.
If enn is followed by nil (i.e. the sequence -90- occurs), the result is -ennil-, not -ennnil-. Если за корнем enn следует корень nil (то есть, при наличии цифровой последовательности -90-), то результатом сложения будет -ennil-, а не -ennnil-.
The Xml source document contains the xsi:nil attribute with a value of true on the element, therefore the element must be empty. Исходный XML-документ содержит атрибут xsi:nil со значением, равным true, в элементе, поэтому этот элемент должен быть пустым.
In above pseudocode vDummy is denoted as Nil. В псевдокоде выше vDummy обозначается Nil.
The crest was accompanied by the club motto, "Nil Satis Nisi Optimum", meaning "Nothing but the best is good enough". Снизу логотип сопровождается латинским девизом «Nil Satis Nisi Optimum», что означает «Только лучшее достаточно хорошо».
Harbour has 6 scalar types: Nil, String, Date, Logical, Numeric, Pointer, and 4 complex types: Array, Object, CodeBlock, and Hash. В Harbour есть 6 скалярных типов данных: ничто Nil, строка String, дата Date, логический тип Logical, число Number, указатель Pointer, и 4 составных типа: массив Array, объект Object, блок кода CodeBlock и хеш Hash.
Algorithm traverse(t): Input: a pointer t to a node (or nil) If t = nil, return. Алгоритм обхода(t): Вход: указатель t на узел (или nil) Если t = nil, возврат.