initial commit

This commit is contained in:
2023-03-10 20:29:10 +01:00
commit f6fca262c6
6 changed files with 176 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
;comment with some words
(function1 arg1 arg2
(a b c)
cstyle( arg3)
var1 = "string"
var2 = 1
var3 = nil
var4 = t
)