Binary strings: Difference between revisions

No edit summary
Line 591:
 
=={{header|Lua}}==
<lang lua>foo = 'foo' -- Ducktyping foo to be string 'foo'
bar = 'bar'
assert (foo == "foo") -- Comparing string var to string literal
Anonymous user