String comparison: Difference between revisions

Content added Content deleted
Line 1,958: Line 1,958:


=={{header|EasyLang}}==
=={{header|EasyLang}}==
<syntaxhighlight lang="easylang">
a$ = "hello"
a$ = "hello"
if a$ = "hello"
if a$ = "hello"
Line 1,974: Line 1,975:
print "numerically after"
print "numerically after"
.
.
</syntaxhighlight>


=={{header|Elena}}==
=={{header|Elena}}==