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

« back to all changes in this revision

Viewing changes to helpfiles/first

  • 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
FIRST thing
 
2
 
 
3
        if the input is a word, outputs the first character of the word.
 
4
        If the input is a list, outputs the first member of the list.
 
5
        If the input is an array, outputs the origin of the array (that
 
6
        is, the INDEX OF the first member of the array).
 
7