Gave some examples a better header

This commit is contained in:
mollusk 2016-07-19 19:09:16 -07:00
parent c6321ef03d
commit de7fb81914

View File

@ -49,6 +49,7 @@ Notice with this function you need to check it against a number.
--------------
### compare(a_string, another_string) = status
```
include std/io.e
@ -65,7 +66,9 @@ end if
```
---------------
On the other hand, the equal() function does not need a 0 or 1 to work:
On the other hand, the equal() function does not need a 0 or 1 to work:
### equal(a_string, another_string)
```
include std/io.e