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

8 lines
125 B
Scilab

puts( "hello")
-- -- --
s(:expressions,
s(:call,
s(:name, :puts),
s(:arguments,
s(:string, "hello"))))