论坛首页 入门技术论坛

ruby初学做的笔记

浏览 1370 次
该帖已经被评为新手帖
作者 正文
   发表时间:2008-07-22  

int类型Ruby 关键字

 

BEGIN
do
next
then
END
else
nil
true
alias
elsif
not
undef
and
end
or
unless
begin
ensure
redo
until
break
false
rescue
when
case
for
retry
while
class
if
return
yield
def
in
self
_   _FILE_   _
defined?
module
super
_   _LINE_   _

 

ruby数据类型

 

 

int类型
123                    # 10进制
1_234                  # 同样的10 机制.数值等同于1234 
0377                   # 8进制
0xff                   # 16进制l
0b1011                 # 2进制
?a                     # 'a'码
12345678901234567890   # 长数字:
float类型
123.4                    # 123.4
1.0e6                    # 1000000.0
 string类型
"abc"
双引号允许替代和反斜线符号.
'abc'
单引号不允许替代, 反斜线符号.\\ and \'.
论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics