Skip to content

Support tupled for chunking syntax

Michael Aaron Murphy requested to merge tupled-for into master
for x y z in 1..=10
    echo $x $y $z
end
for device target fs _ _ _ in @(cat /proc/mounts)
    echo $device ($fs): target at $target
end
Edited by Michael Aaron Murphy

Merge request reports