diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-07-23 15:48:54 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-07-28 23:08:57 +0900 |
| commit | 2910af0010c90f30906e44a91b24c6bc2c545a7d (patch) | |
| tree | 6812336bebeb4eee9b885f13f6b886e1ed2a4a67 /src | |
| parent | 9dd3e23fc9301749b2750dc71235f3ebea449ad3 (diff) | |
| download | mruby-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')
0 files changed, 0 insertions, 0 deletions
