darcsden :: wh5a -> atomo -> patch

atomo programming languagehttp://atomo-lang.org/

patch

changes

  • prelude/core.atomo :: line 48

            @match-on:in: define-on: obj with: [p as: Pattern, 'context as: Pattern] as:
              `('~e evaluate-in: (this with-delegates: [context])) in: Lobby
    
            @match-on:in: define-on: obj with: [p as: Pattern, '-context as: Pattern] as:
              `('~e evaluate-in: (this with-delegates: [-context])) in: Lobby