Skip to content

Commit

Permalink
clarified some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
totalspectrum committed Sep 8, 2023
1 parent 67abaea commit 856e556
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -1576,8 +1576,9 @@ Changes the current (default) directory for the program. Note that using this fu
```
#include "dir.bi"
...
chdir("/host/dir")
r = chdir("/host/dir")
```
Returns 0 on success, nonzero on failure.

### _CLKFREQ

Expand Down Expand Up @@ -2599,9 +2600,9 @@ An interface is a special kind of class which may only contain method (function
### KILL

```
kill(filename$)
r = kill(filename$)
```
Deletes a file or directory.
Deletes a file or directory. Returns 0 on success, non-zero on failure.

### LCASE$

Expand Down

0 comments on commit 856e556

Please sign in to comment.