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";
|
error = "0";
|
||||||
fact = { % number num -> number; set error if something is wrong
|
fact = { % number num -> number; set error if something is wrong
|
||||||
"continue = a"
|
"num = a"
|
||||||
% continue = "b"
|
% num = "b"
|
||||||
continue = {} + ("test 1 -ge " + num).syscall;
|
continue = {} + ("test 1 -ge " + num).syscall;
|
||||||
[ continue = "0" :
|
[ continue = "0" :
|
||||||
[ {} + ("test 0 = " + num).syscall # "0" :
|
[ {} + ("test 0 = " + num).syscall # "0" :
|
||||||
|
|
Loading…
Reference in a new issue