shiika icon indicating copy to clipboard operation
shiika copied to clipboard

Allow a line starts with .

Open yhara opened this issue 4 years ago • 0 comments

Allow this.

p [1,2,3]
  .select{|i: Int| i % 2 == 0}
  .map<Int>{|i: Int| i * 2}

yhara avatar Jan 14 '21 13:01 yhara