7 lines
94 B
Scilab
7 lines
94 B
Scilab
puts( "hello")
|
|
-- -- --
|
|
s(:call,
|
|
s(:name, :puts),
|
|
s(:arguments,
|
|
s(:string, "hello")))
|