diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-06-29 11:48:04 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-06-29 11:48:04 +0200 |
commit | 9d3355b5a43336109d13a1030146254ec508845e (patch) | |
tree | 72d33f3caf37fb5b0b3d58f898e17eb6bde9b385 /doc/pl/autogen/user/weechat_commands.asciidoc | |
parent | 44de5bac65fb3c1cc0a71aad044137d6b051ba6c (diff) | |
download | weechat-9d3355b5a43336109d13a1030146254ec508845e.zip |
core: add note about semicolon to separate commands in /help eval
Diffstat (limited to 'doc/pl/autogen/user/weechat_commands.asciidoc')
-rw-r--r-- | doc/pl/autogen/user/weechat_commands.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pl/autogen/user/weechat_commands.asciidoc b/doc/pl/autogen/user/weechat_commands.asciidoc index 5ceee631c..330a3d944 100644 --- a/doc/pl/autogen/user/weechat_commands.asciidoc +++ b/doc/pl/autogen/user/weechat_commands.asciidoc @@ -229,7 +229,7 @@ infolists: wyświetla informacje o infolistach ---- [[command_weechat_eval]] -[command]*`eval`* przetwarza wyrażenie i wysyła wynik do buforu:: +[command]*`eval`* evaluate expression:: ---- /eval [-n] <wyrażenie> @@ -237,7 +237,7 @@ infolists: wyświetla informacje o infolistach -n: display result without sending it to buffer (debug mode) -c: evaluate as condition: use operators and parentheses, return a boolean value ("0" or "1") -expression: expression to evaluate, variables with format ${variable} are replaced (see below) +expression: expression to evaluate, variables with format ${variable} are replaced (see below); many commands can be separated by semicolons operator: a logical or comparison operator: - logical operators: && boolean "and" |