?? e8.2-1.rb
字號:
#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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -