Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
File
[inlineArray]string = [ {var = "a string"} ]
my_points = [ { x = 1, y = 2, z = 3 }, { x = 7, y = 8, z = 9 }, { x = 2, y = 4, z = 8 } ]
points = [ { x = 1, y = 2, z = 3 }, # comment ] { x = 7, y = 8, z = 9 }, # comment { x = 2, y = 4, z = 8 } ] # comment