init commit again
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
general {
|
||||
funcon-term:
|
||||
initialise-linking
|
||||
give(fresh-link(booleans),
|
||||
sequential(
|
||||
set-link(given, true),
|
||||
print"OK",
|
||||
else(
|
||||
set-link(given,false),
|
||||
print"OK")))
|
||||
;
|
||||
}
|
||||
|
||||
tests {
|
||||
result-term: null-value;
|
||||
standard-out: ["OK", "OK"];
|
||||
}
|
||||
Reference in New Issue
Block a user