Introduce true and false conditions #21
Manually merged
MightyPork
merged 2 commits from User_4574/crsn:master
into master
4 years ago
@ -0,0 +1,17 @@ |
|||||||
|
( |
||||||
|
(ld r8 0) |
||||||
|
|
||||||
|
(ld r0 1 |
||||||
|
(else? (add r8 1)) |
||||||
|
) |
||||||
|
|
||||||
|
(sub r0 1 |
||||||
|
(pos? (fault)) |
||||||
|
(else? (add r8 1)) |
||||||
|
) |
||||||
|
|
||||||
|
|
||||||
|
(cmp r8 2 |
||||||
|
(ne? (fault)) |
||||||
|
) |
||||||
|
) |
Loading…
Reference in new issue