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

7 lines
113 B
Scilab

puts( "hello")
-- -- --
s(:list, [s(:call,
s(:name, "puts"),
s(:arguments,
s(:string, "hello")))])