Comment on Java is becoming the new CobolparentComments−Xichekolas18yAhhh, I tried that, but apparently it doesn't work if you do it on the first line. So here it is, not on the first line. def return_three_values "1,2,3".split(',') end a, b, c = return_three_values
Comments
Ahhh, I tried that, but apparently it doesn't work if you do it on the first line. So here it is, not on the first line.