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

9 lines
137 B
Scilab
Raw Normal View History

puts(3 , a )
-- -- --
s(:expressions,
s(:call,
s(:name, :puts),
s(:arguments,
s(:int, 3),
s(:name, :a))))