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,11 @@
#package TEST.FMT
// Detached comment
+Node = {
Class = "MyClass"
// Sticky comment
Field = 123
Array = {1 2 3}
}