Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- init{
- int x=0;
- do
- :: x<=9 ->
- x=x+1
- printf("x=%d\n",x);
- if
- :: x==10 -> break;
- :: else->
- fi
- od;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement