Installer import into contrib (real import this time)
[dragonfly.git] / contrib / bsdinstaller-1.1.6 / src / backend / lua / scripts / test / fsm / subfsm / two.lua
1 -- $Id: two.lua,v 1.4 2004/11/26 00:31:03 cpressey Exp $
2
3 return {
4     name = "two",
5     action = function(fsm)
6         print("This is sub-state TWO.")
7         return fsm:next()
8     end
9 }