From de7fb8191459b8945533a220e4ab225c224ddca7 Mon Sep 17 00:00:00 2001 From: mollusk Date: Tue, 19 Jul 2016 19:09:16 -0700 Subject: [PATCH] Gave some examples a better header --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16dbad6..a9b898e 100644 --- a/README.md +++ b/README.md @@ -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