diff --git a/README.md b/README.md index 353cf52..492bd24 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,9 @@ sequence mystring mystring = "hello" if equal(mystring, "hello") then - puts(1,"The condition is true!") + puts(1,"The condition is true!\n") else - puts(1,"The condition is false!") + puts(1,"The condition is false!\n") end if ``` ----------------