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