@@ -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
```
----------------
The note is not visible to the blocked user.