Инструменты пользователя

Инструменты сайта


en:documentation:basic

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слеваПредыдущая версия
Следующая версияСледующая версия справа и слева
en:documentation:basic [2013/02/04 15:38] loopbacken:documentation:basic [2019/03/14 16:54] loopback
Строка 9: Строка 9:
 If the command returns a value, the variable in which result will be written is always placed first in the list of parameters (but after the options). If the command returns a value, the variable in which result will be written is always placed first in the list of parameters (but after the options).
  
-A line starting with # are treated as comments and ignored. Blank lines are ignored.+A line starting with # are treated as comments and ignored. If # is followed by the { character, this is treated as the beginning of a multi-line comment, if } this is treared as the end of a multi-line comment. Inside a block of multiline comments there can be both regular comments and nested blocks of multiline comments. 
 + 
 +<code> 
 +#{ 
 +multi-line 
 +comment 
 + 
 +#{ 
 +nested 
 +multi-line 
 +comment 
 +#} 
 + 
 +# regular comment 
 + 
 +#} 
 +</code> 
 + 
 +Blank lines are ignored.
  
 All parameters and switches separated by a space. If the parameter should contain a space, the parameter must be enclosed in quotes - double or single. In this case quotes of other type can be used in the parameter text. For example: All parameters and switches separated by a space. If the parameter should contain a space, the parameter must be enclosed in quotes - double or single. In this case quotes of other type can be used in the parameter text. For example:
en/documentation/basic.txt · Последнее изменение: 2020/05/31 09:49 — loopback

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki