mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 05:14:11 +08:00
d6a4694d9f
Work on #5800.
11 lines
218 B
Plaintext
11 lines
218 B
Plaintext
|
|
####################
|
|
# Path universal variables
|
|
|
|
####################
|
|
# Variable names in other commands
|
|
fish: for: Variable name 'a,b' is not valid. See `help identifiers`.
|
|
|
|
for a,b in y 1 z 3; echo $a,$b; end
|
|
^
|