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

8 lines
110 B
Scilab

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