add examples for issues #1, #2, and #3

This commit is contained in:
AcerecA 2025-01-28 21:14:36 +01:00
parent 3a166388e4
commit ac9a69265b
1 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,11 @@
example = nil
example2 = example
(procedure func2(arg1 arg2 @key (args 1) (argw 2))
; func2(g_arg1 g_arg2 ?g_args1 1 ?g_argw 2) => nil
(procedure func2(arg1 arg2 @key (args 1) (argw 2) "gggg")
; some stuff to do
a = some_obj->field1
some_obj->field2 = 2
)
(