Working on

This commit is contained in:
Martino Ferrari
2026-01-19 23:29:41 +01:00
parent 69d3360289
commit 1eda6a2a38
11 changed files with 471 additions and 55 deletions

View File

@@ -0,0 +1,9 @@
#package TEST.INLINE
+Node = { // Comment after open brace
Field1 = "Value" // Comment after value
Field2 = 123 // Another comment
FieldArr = { 1 2 3 } // Comment after array
+Sub = {
} // Comment after object
}