toml/stdex/tab03.toml

5 lines
160 B
TOML
Raw Normal View History

2021-03-08 01:28:41 +00:00
[a.b.c] # this is best practice
[ d.e.f ] # same as [d.e.f]
[ g . h . i ] # same as [g.h.i]
[ j . "ʞ" . 'l' ] # same as [j."ʞ".'l']