Hi,

I do the following simple pilog stuff:

: (be boy (alex))
-> boy
: (be boy (bill))
-> boy
: (get 'boy T)
-> (((alex)) ((bill)))
: (be boy (chuck))
-> boy
: (get 'boy T)
-> (((alex)) ((bill)) ((chuck)))
: (be girl (diana))
-> girl
: (get 'boy T)
-> (((alex)) ((bill)) ((chuck)))
: (be boy (eddy))
-> boy
: (get 'boy T)
-> (((eddy)))

What happened to alex, bill and chuck after eddy was entered? Is it something I'm doing wrong (probably)?

I was using 32-bit version 3.1.4.12 C.

/Jon
--
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe

Reply via email to