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

9 lines
144 B
Scilab

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