cron

October 4, 2018 ยท View on GitHub

A macro-procedure, rewriting itself to schedule cron: ....

cron '0 0 1 jan *'
  task albert 'take out garbage'

is automatically turned into:

schedule cron: '0 0 1 jan *'
  def msg
    task albert 'take out garbage'

see also

Schedule, and every.