1[a.b.c] # this is best practice 2[ d.e.f ] # same as [d.e.f] 3[ g . h . i ] # same as [g.h.i] 4[ j . "ʞ" . 'l' ] # same as [j."ʞ".'l']
View as plain text