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


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

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

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


desc
@@


1.3
log
@Oops!  Jumbled around checkin rather massively!
@
text
@retrieve (emp.salary) where emp.name = "sam"
\g
replace emp (salary = 6000) where emp.name = "bill"
\g
retrieve (emp.salary) where emp.name = "sam"
\g
@


1.2
log
@demo shuffling
@
text
@d1 6
a6 2
retrieve (toyemp.all)
\p
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
addattr (residents = set) to city
@
