User:Kevin Reid/Task list updater.e: Difference between revisions

m
lil bugfix for when it has no work to do
(Created page with "<lang e>#!/usr/bin/env rune pragma.syntax("0.9") pragma.enable("accumulator") def [lang] := interp.getArgs() def unimpURL := <http>[`//rosettacode.org/wiki/Reports:Tasks_not_im...")
 
m (lil bugfix for when it has no work to do)
Line 30:
completed with= line
} else {
if (inClassifySection && toAdd.size().aboveZero()) {
var add := toAdd.getElements()[0]
if (add < title) {
Line 37:
}
}
if (inCompleted && completed.size().aboveZero()) {
var add := completed.getElements()[0]
if (add < line) {