init commit again
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
general {
|
||||
funcon-term:
|
||||
initialise-binding
|
||||
scope(
|
||||
{"x"|->true, "y"|->fresh-initialised-link(booleans,true)},
|
||||
and(
|
||||
bound-value"x",
|
||||
bound-value"y",
|
||||
else(bound-value"z",true)))
|
||||
;
|
||||
}
|
||||
|
||||
tests {
|
||||
result-term: true;
|
||||
}
|
||||
Reference in New Issue
Block a user