Gestionnaire de fichiers - Editer - /opt/cpanel/ea-ruby24/root/usr/share/doc/ea-ruby24-ruby-doc-2.4.10/syntax/precedence.rdoc
Arrière
= Precedence From highest to lowest, this is the precedence table for ruby. High precedence operations happen before low precedence operations. !, ~, unary + ** unary - *, /, % +, - <<, >> & |, ^ >, >=, <, <= <=>, ==, ===, !=, =~, !~ && || .., ... ?, : modifier-rescue =, +=, -=, etc. defined? not or, and modifier-if, modifier-unless, modifier-while, modifier-until { } blocks Unary <code>+</code> and unary <code>-</code> are for <code>+1</code>, <code>-1</code> or <code>-(a + b)</code>. Modifier-if, modifier-unless, etc. are for the modifier versions of those keywords. For example, this is a modifier-unless expression: a += 1 unless a.zero? <code>{ ... }</code> blocks have priority below all listed operations, but <code>do ... end</code> blocks have lower priority. All other words in the precedence table above are keywords.
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Génération de la page: 0 |
proxy
|
phpinfo
|
Réglages