• Kyumin Kim's avatar
    nit: right associative example (#798) · 603aed56
    Kyumin Kim authored
    `2 * 3 ^ 2` being equivalent to `2 * (3 ^ 2)` doesn't actually demonstrate that `^` is right associative. It just follows from operator precedence. The significance of right associativity is better exemplified by something of same precedence level as `^`.
    603aed56
Name
Last commit
Last update
content Loading commit data...
layouts Loading commit data...
lib Loading commit data...
specs Loading commit data...
static Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
Dockerfile Loading commit data...
Gemfile Loading commit data...
Gemfile.lock Loading commit data...
Guardfile Loading commit data...
LICENSE Loading commit data...
MAINTAINERS.md Loading commit data...
Makefile Loading commit data...
NOTICE Loading commit data...
README.md Loading commit data...
Rules Loading commit data...
nanoc.yaml Loading commit data...
prometheus_rsa.enc Loading commit data...