no, I was right the first time
All checks were successful
Build / build (push) Successful in 1m54s

This commit is contained in:
Leon Mika 2025-01-19 16:01:00 +11:00
parent 742b5e96c3
commit c6e195cbf8

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"
}
```