Gave some examples a better header
This commit is contained in:
parent
c6321ef03d
commit
de7fb81914
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user