Newsgroups: comp.lang.apl
Path: watmath!watserv2.uwaterloo.ca!torn!cs.utexas.edu!zaphod.mps.ohio-state.edu!wupost!csus.edu!sfsuvax1.sfsu.edu!emclean
From: emclean@sfsuvax1.sfsu.edu (Emmett McLean)
Subject: How do I construct this ? With an adverb or a conjuction?
Message-ID: <1993Mar5.042150.17869@csus.edu>
Sender: news@csus.edu
Organization: San Francisco State University
Date: Fri, 5 Mar 1993 04:21:50 GMT
Lines: 20

NB.   I would like word foo such that either
   
   g =. 3 foo 
   
NB.   or 
   
   g =. foo 3
   
NB.   yeilds
   
   g
    (3: |. ])
   
NB.   or
   
   g
    (3&|.)@]
   
NB.   Can this be done ?
NB.   Thanks, Emmett
