packages feed

language-dickinson-0.1.0.1: test/demo/improbableScope.dck

(:include color)

%-

(:def invalid
  (:let 
    [yes "yes"]
      (:branch
        (| 1.0 yes)
        (| 0.001 no))))

(:def main
  ("hello ${invalid}"))