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

« back to all changes in this revision

Viewing changes to helpfiles/save

  • 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
SAVE filename
 
2
 
 
3
        command.  Saves the definitions of all unburied procedures,
 
4
        variables, and nonempty property lists in the named file.
 
5
        Equivalent to
 
6
 
 
7
                        to save :filename
 
8
                        local "oldwriter
 
9
                        make "oldwriter writer
 
10
                        openwrite :filename
 
11
                        setwrite :filename
 
12
                        poall
 
13
                        setwrite :oldwriter
 
14
                        close :filename
 
15
                        end
 
16