e8.2-1.rb
来自「ruby教材 你可以好好的看 有意识的阿」· RB 代码 · 共 17 行
RB
17 行
#E8.2-1.rb
str1='this is str1'
str2="this is str2"
str3=%q[this is str3]
str4=%Q{this is str4}
str5=<<OK_str
Here is string document, str5
line one;
line two;
line three.
OK
OK_str
puts str3
puts str4
puts str5
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?