#!/usr/bin/ruby puts < list of wind symbols HTML ffs = (1..20).to_a.map{|i| i * 5} ffs += [110, 120, 130, 140, 150, 200, 'nil'] puts "" ffs.each {|ff| puts "" } puts "" dds = (1..36).to_a dds.push('nil') dds.each {|dd| puts "" ffs.each {|ff| puts "" } puts "" }
ff=#{ff}
dd=#{dd}