1.
ruby -e 'print -e "hello,world"'
2.
irb
print "hello,world"
3.
copy con hello.rb
print "hello,world"
print "3*7=",3*7
^z
真是感觉ruby 很快,而且很方便。
1.
ruby -e 'print -e "hello,world"'
2.
irb
print "hello,world"
3.
copy con hello.rb
print "hello,world"
print "3*7=",3*7
^z
真是感觉ruby 很快,而且很方便。