# derived from the CKT v0.1.0 spec # https://git.sr.ht/~cricket/ckt/tree/f3d29afab63da85051f55643811a5d08bcf3bed4/item/SPEC # Last modified 1 April 2021 by John Doe authors = [ John Doe, Cricket Piapiac ] database = [ # Use IP address in case network name resolution isn't working server = 192.0.2.62 port = 143 files = "payroll.dat" ] key = value another = here is the value unkeyed array = [ value1 value2 ] keyed array = [ 0 = value1 1 = value2 ] polyline = [ colour = blue; thickness = 2; npoints = 4 [ x = 0; y = 0 ] [ x = -10; y = 0 ] [ x = -10; y = 1 ] [ x = 0; y = 1 ] ] key = this is an unquoted string "key" = "this is a quoted string " newlines = "this is one line\nthis is another" quotes = "this string has \"quotation marks\" in it!" multiline string = |this string has multiple lines! |it also has "quotation marks" in it. |it can include # any [ characters ]. table = [ cat = "meow" dog = "woof" ] nil=null yes=true no=false null=null true=true false=false