Actions
Bug #432
closedfunc (x,y)
Description
=begin
以下のコードがparse errorです。
% ~/target/trunk/bin/ruby -ve 'p (1,2)'
ruby 1.9.0 (2008-08-13 revision 17576) [x86_64-linux]
-e:1: syntax error, unexpected ',', expecting ')'
p (1,2)
^
-e:1: warning: useless use of a literal in void context
もちろん1.8では通ります。
% ~/target/branches/ruby_1_8/bin/ruby -ve 'p (1,2)'
ruby 1.8.7 (2008-08-12 revision 17572) [x86_64-linux]
-e:1: warning: don't put space before argument parentheses
1
2
=end
Actions
Like0
Like0Like0