14 lines
127 B
Zed
14 lines
127 B
Zed
(A+B)
|
|
READ AND ADD
|
|
#true
|
|
(+) (read) (read)
|
|
|
|
(+) one two
|
|
=========
|
|
#true
|
|
(003) "+" one two
|
|
|
|
(read)
|
|
=========
|
|
#true
|
|
(001) "read"
|