statutory

0.0.1d • Public • Published

statutory

class state-one
	action: ->
		say it
		@context.set-state state-two
class state-two
	count: 0
	action: ->
		say it
		if ++@count is 2 then @context.set-state state-one

{Context} = require \statutory

ctx = Context state-one
[1 to 10] |> each ->ctx action:['hello']

#=> hello HELLO HELLO hello HELLO HELLO &c.

Readme

Keywords

none

Package Sidebar

Install

npm i statutory

Weekly Downloads

0

Version

0.0.1d

License

none

Last publish

Collaborators

  • quarterto