You cannot view this unit as you're not logged in yet. Go to Account to login.
2 Comments
Zac Bon May 3, 2023 at 9:14 am
This might be a little bit more concise (and especially with particularly large ranges). Took a few minutes to get it right as I don’t work with bitstring syntax much.
for x <- ?a..?h,
y <- 1..8 do
%{col: "#{<>}”, row: y, name: “#{<>}#{y}”}
end
end
This might be a little bit more concise (and especially with particularly large ranges). Took a few minutes to get it right as I don’t work with bitstring syntax much.
for x <- ?a..?h,
y <- 1..8 do
%{col: "#{<>}”, row: y, name: “#{<>}#{y}”}
end
end
Well that got munched. Should be (without extra spaces), < > (for example). Hopefully that doesn’t get munched…