Added new lines to puts statement in 'equal' example
This commit is contained in:
parent
fc42ce611e
commit
b818dc6c35
@ -78,9 +78,9 @@ sequence mystring
|
|||||||
mystring = "hello"
|
mystring = "hello"
|
||||||
|
|
||||||
if equal(mystring, "hello") then
|
if equal(mystring, "hello") then
|
||||||
puts(1,"The condition is true!")
|
puts(1,"The condition is true!\n")
|
||||||
else
|
else
|
||||||
puts(1,"The condition is false!")
|
puts(1,"The condition is false!\n")
|
||||||
end if
|
end if
|
||||||
```
|
```
|
||||||
----------------
|
----------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user