Skip to content
Snippets Groups Projects
Commit 80d9a821 authored by Jaime Arias's avatar Jaime Arias
Browse files

style: coffee intrpr file

parent 3448de0d
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ mod MODEL is ...@@ -17,7 +17,7 @@ mod MODEL is
(when p1 <= x local press do { x := 0 } goto sugar ; (when p1 <= x local press do { x := 0 } goto sugar ;
when y = p2 local cup goto coffee)), when y = p2 local cup goto coffee)),
(@ coffee inv y <= p3 : (@ coffee inv y <= p3 :
(when y = p3 local coffee do { x := 0 } goto cdone)) , (when y = p3 local coffee do { x := 0 } goto cdone)),
(@ cdone inv x <= c(10) : (@ cdone inv x <= c(10) :
(when x = c(10) local sleep goto idle ; (when x = c(10) local sleep goto idle ;
when True local press do { x := 0 ; y := 0 } goto sugar)) when True local press do { x := 0 ; y := 0 } goto sugar))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment