summaryrefslogtreecommitdiffhomepage
path: root/src/numeric.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-07-23 15:48:54 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-07-28 23:08:57 +0900
commit2910af0010c90f30906e44a91b24c6bc2c545a7d (patch)
tree6812336bebeb4eee9b885f13f6b886e1ed2a4a67 /src/numeric.c
parent9dd3e23fc9301749b2750dc71235f3ebea449ad3 (diff)
downloadmruby-2910af0010c90f30906e44a91b24c6bc2c545a7d.tar.gz
mruby-2910af0010c90f30906e44a91b24c6bc2c545a7d.zip
codegen.c: fixed a bug when value is taken from `while` and `until`.
```ruby p ((while true; p 1; break; end)) ``` should print `1 nil` but was `1`.
Diffstat (limited to 'src/numeric.c')
0 files changed, 0 insertions, 0 deletions