> On 8/26/10 1:20 PM, Alexander Burger wrote:
> >As a conceived example, let's create in-memory objects instead:

For the sake of completeness: The 'put' statement in the example

   (put 'Customer 'orders 1 'articles 2 'supplier 'street "New Street")

becomes

   (with 'Customer
      (=: orders 1 articles 2 supplier street "New Street") )

when using the short-hand functions.

Cheers,
- Alex
-- 
UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Reply via email to