This shows you the differences between two versions of the page.
|
guide:read_files [2009/01/06 12:00] 199.4.155.10 created |
guide:read_files [2009/01/06 12:01] (current) 199.4.155.10 |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| Command to read into a list: | Command to read into a list: | ||
| + | <code> | ||
| ;; single command reads the entire list into variable matrix. | ;; single command reads the entire list into variable matrix. | ||
| file-open filename | file-open filename | ||
| set matrix file-read | set matrix file-read | ||
| file-close | file-close | ||
| - | + | </code> | |
| - | 1 | + | |