mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Add support for while loops (#7101)
This commit is contained in:
@ -62,6 +62,7 @@ pub fn create_default_context() -> EngineState {
|
||||
Mut,
|
||||
Use,
|
||||
Version,
|
||||
While,
|
||||
};
|
||||
|
||||
// Charts
|
||||
|
Reference in New Issue
Block a user