[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Help to find an error
From: |
zet |
Subject: |
Help to find an error |
Date: |
Sun, 21 Jan 2001 15:41:41 +0200 (EET) |
Hello.
I'm trying to create xxx(-term) predicate.
I've write such a code:
Bool xxx(PlTerm z)
{
PlTerm ter = Mk_Integer(1234);
z = ter;
return TRUE;
}
After succesfull compile, I've started new executable and enter:
xxx(Z).
Result was:
Z = 0
Can somebody tell me Whats wrong?
Thanks in advance.
- Help to find an error,
zet <=