6 lines
75 B
Fish
Raw Normal View History

function r2l
read line1
read line2
echo $line1 then $line2
end