Hi,
i have a problem with the following code:
q(_) :-
assert( (newp(F,A) :- p(F,A))).
The neck :-
into the assert gives the note: neck outofsync
,
moreover the assert doesn’t work and gives the error : no permission to call sandboxed assert.
How can i do?
thanks