tweak highlighting

This commit is contained in:
John Bintz 2023-03-31 07:09:59 -04:00
parent c14ba040b2
commit bcfa274836
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ of the low-level functionality into something more usable by AMOS.
### Communicating with an HTTP server
```
``` basic
LIB=Socket Library Open
If LIB<=0
@ -83,7 +83,7 @@ Socket Library Close
### Starting a server
```
``` basic
If Socket Library Open<=0
End
End If