head     1.3;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.3
date     91.03.19.16.29.52;  author kemnitz;  state Exp;
branches ;
next     1.2;

1.2
date     91.03.19.15.51.51;  author kemnitz;  state Exp;
branches ;
next     1.1;

1.1
date     91.03.19.00.24.46;  author kemnitz;  state Exp;
branches ;
next     ;


desc
@@


1.3
log
@Oops!  Jumbled around checkin rather massively!
@
text
@retrieve (toyemp.all)
\g
retrieve (emp.all)
\g
@


1.2
log
@demo shuffling
@
text
@d1 4
a4 4
define rule example_1 is
on replace to emp.salary where current.name = "bill"
do replace emp (salary = new.salary) where emp.name = "sam"
\p
@


1.1
log
@Initial revision
@
text
@d1 3
a3 2
retrieve (result = emp.manager_2.name)
where emp.name = "bill"
@
