mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-19 01:31:15 -03:00
4 lines
43 B
Fish
4 lines
43 B
Fish
|
|
for abc in (seq 100000)
|
||
|
|
set -l def
|
||
|
|
end
|