~ubuntu-branches/debian/lenny/ucblogo/lenny

« back to all changes in this revision

Viewing changes to helpfiles/member

  • Committer: Bazaar Package Importer
  • Author(s): Hamish Moffatt
  • Date: 2001-09-02 15:15:21 UTC
  • Revision ID: james.westby@ubuntu.com-20010902151521-doo25fmfq7v3pxkg
Tags: upstream-5.1
ImportĀ upstreamĀ versionĀ 5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
MEMBER thing1 thing2
 
2
 
 
3
        if "thing2" is a word or list and if MEMBERP with these inputs would
 
4
        output TRUE, outputs the portion of "thing2" from the first instance
 
5
        of "thing1" to the end.  If MEMBERP would output FALSE, outputs the
 
6
        empty word or list according to the type of "thing2".  It is an error
 
7
        for "thing2" to be an array.
 
8