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

7 lines
94 B
Scilab

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