Add new operations and intrinsics
This commit is contained in:
@ -5,4 +5,4 @@ function int => print
|
||||
deq
|
||||
}
|
||||
|
||||
42 print
|
||||
42 print
|
||||
|
@ -3,4 +3,6 @@
|
||||
function int =>
|
||||
{
|
||||
deq
|
||||
}
|
||||
}
|
||||
|
||||
42 print
|
||||
|
25
tests/rule110.qbl
Normal file
25
tests/rule110.qbl
Normal file
@ -0,0 +1,25 @@
|
||||
|
||||
function bool bool bool => bool rule110
|
||||
{
|
||||
if
|
||||
{
|
||||
if
|
||||
{
|
||||
if
|
||||
{
|
||||
false
|
||||
}
|
||||
else
|
||||
{
|
||||
true
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if
|
||||
{
|
||||
deq true
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user