no, I was right the first time

This commit is contained in:
Leon Mika 2025-01-19 16:01:00 +11:00
parent 23833f7490
commit badb3b88ba

View file

@ -22,8 +22,8 @@ The return value will be nil.
```
csv:each-record "winds.csv" { |row hdr|
set name $row.($hdr.name)
set baring $row.($hdr.baring)
set bearing $row.($hdr.bearing)
echo "Wind $name has baring $baring"
echo "Wind $name has bearing $bearing"
}
```