-
Notifications
You must be signed in to change notification settings - Fork 1
/
ex323.txt
30 lines (27 loc) · 1.71 KB
/
ex323.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Answers for 3-2-3
-----------------
Exercise 3.10
=============
+------------------------------------------------------------------+
global --> | make-withdraw: ... |
env | W2: -------------------------------------- |
| W1: --+ | |
+-------|----------------------------------|-----------------------+
| ^ | ^
| | | |
| +----------------------+ | +-------------------------+
| E1 | initial-amount: 100 | | | initial-amount: 100 | E3
| +----------------------+ | +-------------------------+
| ^ | ^
| | | |
| +----------------------+ | +-------------------------+
| E2 | balance: 50 | | | balance: 100 | E4
| +----------------------+ | +-------------------------+
v ^ v ^
.--- ---. | .---.---. |
| 0 | 0-+------------+ | 0 | 0-+-------------+
`-|-^---' `-|-^---'
| +-------------------------------+
v v
parameters: initial-amount
body: ...