puts "hi"\
     "there"

%I{a\
b}

<<-E
    1 \
    2
    3
E

x = %



a = foo(<<~EOF.chop)

    baz
  EOF
