18 lines
375 B
Plaintext
18 lines
375 B
Plaintext
general {
|
|
funcon-term:
|
|
initialise-giving initialise-generating finalise-failing
|
|
sequential (
|
|
print object-feature-map object(fresh-atom,"A",map()),
|
|
print object-feature-map object(fresh-atom,"B",map(),
|
|
object(fresh-atom,"C",map()))
|
|
)
|
|
;
|
|
}
|
|
|
|
tests {
|
|
result-term: null-value;
|
|
standard-out: [
|
|
map(), map()
|
|
];
|
|
}
|