forio / julia-studio

An IDE for the Julia Language
forio.com/products/julia-studio
GNU General Public License v3.0
223 stars 48 forks source link

Issue #247 Update ConsoleLogic.jl to use length(range) instead of range.len #249

Open bmkessler opened 9 years ago

bmkessler commented 9 years ago

Converted range.len to length(range) range has no len field, only start and stop so length(range) is appropriate to get the length