Hi, I ave an assignment in wich we need to code an unification algorithm in prolog. I already wrote a predicate
unifier(E1,E2,S). where S is the unification of E1 and E2 if possible.
Example: unifier(a,'A',S) gives
S = [a,'A']
(variables are in quotes to prevent prolog from interpreting them)...
Hi, I am trying to to put to frames side by side in my toplevel window. But grid doesn't seem to work with frames. Here's my code:
# Location search fields
frame .loc
set location_fields {City Country}
foreach field $location_fields {
label .loc.lab$field -text $field
entry...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.