skill-ls/examples/example.il

13 lines
136 B
Plaintext

examlpe = nil
(procedure function(param1 (param2 t))
param1 = 1 + 3
(call_to_other_function "arg1" t)
c_stype_call("arg")
)