You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
(
|
|
(sym cats g0)
|
|
(ld cats 15)
|
|
(call add_cat)
|
|
(cmp cats 16
|
|
(ne? (fault)))
|
|
|
|
(proc add_cat
|
|
(add cats 1)
|
|
(ret)
|
|
)
|
|
)
|
|
|