Mercurial > hg > Applications > Lite
view tk/gi2.lite @ 21:8fb7b6f55b7e
update tags
author | convert-repo |
---|---|
date | Fri, 07 Nov 2008 20:36:40 +0000 |
parents | 1c57a78f1d98 |
children |
line wrap: on
line source
% % specification for simple graphics interaction % specification(( +(((stop-> keep(not(move))), (start -> keep(move)), next(halt((stop;start;quit))) )), proj( ( length(5), ((stable(red),stable(green))&skip) ),( st(s0),halt(quit) ) ) )). st_variables([stop,start,quit],[red,green,move]). st(s0,(green,not(red)),s1). st(s1,(not(green),red),s0). st(s0,empty,empty). st(s1,empty,empty).