Started working on more package docs
This commit is contained in:
parent
f51c3ce891
commit
84702267df
9 changed files with 91 additions and 12 deletions
11
_docs/mod/fs.md
Normal file
11
_docs/mod/fs.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# FS Module
|
||||
|
||||
Functions for accessing the file system.
|
||||
|
||||
### lines
|
||||
|
||||
```
|
||||
fs:lines FILE
|
||||
```
|
||||
|
||||
Returns a list containing the scanned lines of FILE.
|
||||
Loading…
Add table
Add a link
Reference in a new issue