2018-10-22 15:49:09 +08:00
|
|
|
|
|
|
|
####################
|
|
|
|
# Path universal variables
|
2019-04-09 20:10:51 +08:00
|
|
|
|
|
|
|
####################
|
|
|
|
# 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
|
|
|
|
^
|