comparison runtime/doc/usr_41.txt @ 27804:8fc68ce4a097

Update runtime files Commit: https://github.com/vim/vim/commit/944697ae19683441981539cd4d2469df89d6ec82 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 20 19:48:20 2022 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Feb 2022 21:00:04 +0100
parents 9fe2fed9bb4b
children d3c966c0cdf7
comparison
equal deleted inserted replaced
27803:9824bd8b05df 27804:8fc68ce4a097
160 White space in an expression is often required to make sure it is easy to read 160 White space in an expression is often required to make sure it is easy to read
161 and avoid errors. Such as thinking that the "-0o36" above makes the number 161 and avoid errors. Such as thinking that the "-0o36" above makes the number
162 negative, while it is actually seen as a subtraction. 162 negative, while it is actually seen as a subtraction.
163 163
164 To actually have the minus sign be used for negation, you can put the second 164 To actually have the minus sign be used for negation, you can put the second
165 expression in parenthesis: > 165 expression in parentheses: >
166 166
167 echo -0x7f (-0o36) 167 echo -0x7f (-0o36)
168 168
169 ============================================================================== 169 ==============================================================================
170 *41.2* Variables 170 *41.2* Variables