You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
291 B
9 lines
291 B
{2}# Issue 124, disambiguating %= which may be a quote or modulo assignment{0}
|
|
{2}# %-quoting with '=' as the quote{0}
|
|
{11}s{0} {10}={0} {25}%=3={0}
|
|
{11}puts{0} {11}s{0}
|
|
{11}x{0} {10}={0} {4}7{0}
|
|
{2}# Modulo assignment, equivalent to x = x % 2{0}
|
|
{11}x{0} {10}%={4}2{0}
|
|
{11}puts{0} {11}x{0}
|