head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	93.06.02.17.56.29;	author mao;	state Exp;
branches;
next	;


desc
@demo script 16 -- RCS history lost mid-may 1993
@


1.1
log
@Initial revision
@
text
@define rule example_2 is
on replace to emp.salary where current.name = "bill"
do replace emp (salary = 2 * new.salary) where emp.name = "sam"

\g
@
