soml-parser/test/cases/call_site/single_argument.tst

7 lines
97 B
Scilab

foo(42)
-- -- --
s(:list, [s(:call,
s(:name, "foo"),
s(:arguments,
s(:int, 42)))])