mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 08:53:29 +01:00
db3177a5aa
Fixes: #7467 # User-Facing Changes ## for ``` ❯ for i in 1..2 { echo 1; ^false } 1 ``` ## loop ``` ❯ loop { echo bb; ^false } bb ``` ## while ``` ❯ mut x = 1; while $x < 3 { $x = $x + 1; echo bb; ^false } bb ``` |
||
---|---|---|
.. | ||
commands | ||
format_conversions | ||
main.rs |