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 12 -- RCS history lost mid-may 1993
@


1.1
log
@Initial revision
@
text
@
retrieve (e.name) 
from e in emp, s in student 
where e.age < s.age 
and s.name = "fred"
\g
@
