7 lines
113 B
Scilab
7 lines
113 B
Scilab
puts( "hello")
|
|
-- -- --
|
|
s(:list, [s(:call,
|
|
s(:name, "puts"),
|
|
s(:arguments,
|
|
s(:string, "hello")))])
|