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

8 lines
130 B
Scilab

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