better example
This commit is contained in:
parent
54c04ad7c6
commit
5828a9c067
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
error = "0";
|
||||
fact = { % number num -> number; set error if something is wrong
|
||||
"continue = a"
|
||||
% continue = "b"
|
||||
"num = a"
|
||||
% num = "b"
|
||||
continue = {} + ("test 1 -ge " + num).syscall;
|
||||
[ continue = "0" :
|
||||
[ {} + ("test 0 = " + num).syscall # "0" :
|
||||
|
|
Loading…
Reference in a new issue