ARRAYS ARE COMING TO BUNDLE

def comma=,

arr bundle=foo,bar,baz,foo{comma} bar{comma} baz

These will be interpreted as:

  • foo

  • bar

  • baz

  • foo, bar, baz

comments

i might finally be able to making a rasterize-less quine in bundle

maybe…

is def ,=, valid syntax

yes

arr bundle=x{,} y{,} z.

and it turns to

x, y, z.