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

8 lines
125 B
Scilab
Raw Normal View History

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