# This is a comment
=begin
Multi-line
comment
=end
"foo \"bar\" baz"
'foo \'bar\' baz'
/foo?[ ]*bar/
$foo = 5;
class InstTest
def set_foo(n)
@foo = n
end
def set_bar(n)
@bar = n
end
end
mystring = :steveT;
"foo #{'bar'+my_variable}"