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