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

7 lines
79 B
Scilab

puts( 5)
-- -- --
s(:call,
s(:name, :puts),
s(:arguments,
s(:int, 5)))