8 lines
130 B
Scilab
8 lines
130 B
Scilab
"hello".puts()
|
|
-- -- --
|
|
s(:list, [s(:call,
|
|
s(:name, "puts"),
|
|
s(:arguments),
|
|
s(:receiver,
|
|
s(:string, "hello")))])
|