[ create a new paste ] login | about

Link: http://codepad.org/HPuFy8a2    [ raw code | output | fork ]

Ruby, pasted on Sep 28:
1
2
3
4
5
def Baz(x)
  p x
end

::Baz 5


Output:
1
Line 5: syntax error, unexpected tINTEGER, expecting $end


Create a new paste based on this one


Comments: