Advertisement
Guest User

Untitled

a guest
Sep 16th, 2017
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
WHOIS 0.36 KB | None | 0 0
  1. CMAIN = CMAIN[0][0],
  2. CMAIN[piatto:0..1][micro:0..1]=(
  3.     piattoon -> CMAIN[(piatto+1)%2][micro] |
  4.     microon -> CMAIN[piatto][(micro+1)%2]  |
  5.     when (((piatto==0) && (micro==0)) || ((piatto==1) && (micro==1)))
  6.     piattoon -> microon -> CMAIN[(piatto+1)%2][(micro+1)%2] |
  7.     signal -> CMAIN[0][0]
  8. ).
  9.    
  10. CDOOR = (check -> signal -> CDOOR
  11. ).
  12.  
  13. ||FORNO =(CMAIN || CDOOR).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement