% % specification for simple graphics interaction % specification(( +(( (stop-> keep(red)), (start-> keep(green)), next(halt((stop;start;quit))) )), []((red,not(green);not(red),green)), []((green->move)), []((red->not(move))), halt(quit) )). st_variables([stop,start,quit],[red,gree,move]).