Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/save.refentry @ 260:1db453e3ce5f
Added patch from Jan 1987 Rainbow, pg 203 to fix bitmap allocation bug
author | boisy |
---|---|
date | Sat, 20 Jul 2002 21:20:50 +0000 |
parents | d9631713b7cd |
children | c565a4700689 |
line wrap: on
line source
<refentry id="save"> <refnamediv> <refname>SAVE</refname> <refpurpose>Save memory module(s) on a file</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> <command>SAVE</command> <arg choice="plain"> &replstart;path&replend; </arg> <arg choice="plain"> &replstart;modname&replend; </arg> <arg choice="plain"> &repeatst;&replstart;modname&replend;&repeaten; </arg> </cmdsynopsis> </refsynopsisdiv> <refsect1><title>Description</title> <para> Creates a new file and writes a copy of the memory module(s) specified on to the file. The module name(s) must exist in the module directory when saved. The new file is given access permissions for all modes except public write. </para> <para> Note: SAVE's default directory is the current data directory. Executable modules should generally be saved in the default execution directory. </para> </refsect1> <refsect1><title>Examples</title> <literallayout> save wordcount wcount save /d1/mathpack add sub mul div </literallayout> </refsect1> </refentry>