mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-20 20:03:44 +00:00
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
entering read transaction
|
|
value read was: 0
|
|
entering write transaction
|
|
wrote value: 28
|
|
write transaction committed
|
|
entering read transaction
|
|
value read was: 28
|
|
read transaction committed: X=28
|