7 lines
97 B
Scilab
7 lines
97 B
Scilab
foo(42)
|
|
-- -- --
|
|
s(:list, [s(:call,
|
|
s(:name, "foo"),
|
|
s(:arguments,
|
|
s(:int, 42)))])
|