Sparrow6.git | examples/tasks/within/ | task.check


within: 'Colors:' \s red
  red
end:

within: 'Digits:'

  one-
  regexp: \d\d
  regexp: 1+

end:

within: Colors:
  blue
end: