mirror of
https://github.com/nushell/nushell
synced 2025-01-15 14:44:14 +00:00
b56ad92e25
# Description Closes https://github.com/nushell/nushell/issues/7346 # Tests + Formatting ``` > mut a = [1 2 3] > $a ++= [4 5 6] > $a [1 2 3 4 5 6] ``` |
||
---|---|---|
.. | ||
deparse.rs | ||
errors.rs | ||
flatten.rs | ||
known_external.rs | ||
lex.rs | ||
lib.rs | ||
parse_keywords.rs | ||
parser.rs | ||
type_check.rs |