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

« back to all changes in this revision

Viewing changes to helpfiles/queue

  • 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
QUEUE queuename thing                                   (library procedure)
 
2
 
 
3
        command.  Adds the "thing" to the queue that is the value of the
 
4
        variable whose name is "queuename".  This variable must have a list
 
5
        as its value; the initial value should be the empty list.  New
 
6
        members are added at the back of the list.
 
7