1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 09:43:13 +02:00

core: add power operator "**" in calc expressions (issue #997)

This commit is contained in:
Sébastien Helleu
2019-09-24 21:03:56 +02:00
parent 7d795c4d53
commit 3a356f109f
26 changed files with 166 additions and 136 deletions
+1 -1
View File
@@ -7366,7 +7366,7 @@ command_init ()
" 12. a ternary operator (format: "
"\"if:condition?value_if_true:value_if_false\")\n"
" 13. result of an expression with parentheses and operators "
"+ - * / // % (format: \"calc:xxx\")\n"
"+ - * / // % ** (format: \"calc:xxx\")\n"
" 14. an option (format: \"file.section.option\")\n"
" 15. a local variable in buffer\n"
" 16. a hdata name/variable (the value is automatically converted "