Files

16 lines
374 B
Plaintext
Raw Permalink Normal View History

0 400 0 # encoding: utf-8
2 400 0 + puts <<A中
0 401 0 | #{1+2}
0 401 0 | A中
1 400 0
2 400 0 + puts <<中
0 401 0 | #{1+2}
0 401 0 | 中
1 400 0
0 400 0 def STDERR::error(x) = puts(x)
0 400 0 def STDERR.error(x) = puts(x)
1 400 0
2 400 0 + STDERR.error <<EOF
0 401 0 | STDERR heredoc
0 401 0 | EOF
0 400 0