16 lines
283 B
Plaintext
16 lines
283 B
Plaintext
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;
|
|
}
|