Skip to content

Commit

Permalink
add hint on the recursiveness of arithmetical ops
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed May 31, 2018
1 parent 183ef43 commit ce032f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/include-cmd-scripting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,10 @@ and maybe 2032 or so in rTorrent.
These share the same code, so the errors shown in the following examples
usually apply to all commands, and are not repeated.

Also take note that list arguments are handled recursively,
as-if there were a nested `math.*` call of the same type,
with the list as its arguments.

Examples:

.. literalinclude:: rtorrent-ps/tests/commands/math.txt
Expand Down

0 comments on commit ce032f6

Please sign in to comment.