fixed typo in assigning variable

This commit is contained in:
mollusk 2017-05-31 13:46:24 -07:00
parent 76122038cf
commit fc42ce611e

View File

@ -75,7 +75,7 @@ include std/io.e
sequence mystring 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!")