tweak highlighting
This commit is contained in:
parent
c14ba040b2
commit
bcfa274836
|
@ -30,7 +30,7 @@ of the low-level functionality into something more usable by AMOS.
|
||||||
|
|
||||||
### Communicating with an HTTP server
|
### Communicating with an HTTP server
|
||||||
|
|
||||||
```
|
``` basic
|
||||||
LIB=Socket Library Open
|
LIB=Socket Library Open
|
||||||
|
|
||||||
If LIB<=0
|
If LIB<=0
|
||||||
|
@ -83,7 +83,7 @@ Socket Library Close
|
||||||
|
|
||||||
### Starting a server
|
### Starting a server
|
||||||
|
|
||||||
```
|
``` basic
|
||||||
If Socket Library Open<=0
|
If Socket Library Open<=0
|
||||||
End
|
End
|
||||||
End If
|
End If
|
||||||
|
|
Loading…
Reference in New Issue