initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
examlpe = nil
|
||||
|
||||
(procedure function(param1 (param2 t))
|
||||
|
||||
param1 = 1 + 3
|
||||
|
||||
|
||||
(call_to_other_function "arg1" t)
|
||||
|
||||
c_stype_call("arg")
|
||||
|
||||
)
|
||||
Reference in New Issue
Block a user