|
|
1.1 ! root 1: .G1 ! 2: label bot "World Land Speed Record" ! 3: label left "Miles" "per" "Hour" left .4 ! 4: ticks bot out from 10 to 70 by 10 "" ! 5: ticks bot out at 0 "1900", 40 "1940", 80 "1980" ! 6: firstrecord = 1 ! 7: copy "speedcar.d" thru { ! 8: if firstrecord == 1 then { ! 9: firstrecord = 0 ! 10: } else { ! 11: line from lastyear, lastrec to $1, lastrec ! 12: } ! 13: lastyear = $1; lastrec = $2 ! 14: } ! 15: line from lastyear, lastrec to 84, lastrec ! 16: .G2
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.