shiika
shiika copied to clipboard
Allow a line starts with .
Allow this.
p [1,2,3]
.select{|i: Int| i % 2 == 0}
.map<Int>{|i: Int| i * 2}