comparison src/load-save.cc @ 1957:0e6a0a271998

[project @ 1996-02-15 01:08:15 by jwe]
author jwe
date Thu, 15 Feb 1996 01:08:49 +0000
parents e62277bf5fe0
children 41ff3c38af7e
comparison
equal deleted inserted replaced
1956:3496ec9bee35 1957:0e6a0a271998
2184 } 2184 }
2185 2185
2186 return retval; 2186 return retval;
2187 } 2187 }
2188 2188
2189 DEFUN_TEXT ("load", Fload, Sload, 11, 2189 DEFUN_TEXT (load, args, nargout,
2190 "load [-force] [-ascii] [-binary] [-mat-binary] file [pattern ...]\n\ 2190 "load [-force] [-ascii] [-binary] [-mat-binary] file [pattern ...]\n\
2191 \n\ 2191 \n\
2192 Load variables from a file.\n\ 2192 Load variables from a file.\n\
2193 \n\ 2193 \n\
2194 If no argument is supplied to select a format, load tries to read the 2194 If no argument is supplied to select a format, load tries to read the
2997 } 2997 }
2998 else 2998 else
2999 warning ("unable to open `%s' for writing...", fname); 2999 warning ("unable to open `%s' for writing...", fname);
3000 } 3000 }
3001 3001
3002 DEFUN_TEXT ("save", Fsave, Ssave, 10, 3002 DEFUN_TEXT (save, args, ,
3003 "save [-ascii] [-binary] [-float-binary] [-mat-binary] \n\ 3003 "save [-ascii] [-binary] [-float-binary] [-mat-binary] \n\
3004 [-save-builtins] file [pattern ...]\n\ 3004 [-save-builtins] file [pattern ...]\n\
3005 \n\ 3005 \n\
3006 save variables in a file") 3006 save variables in a file")
3007 { 3007 {