ea6472c28f
also field to field_def (wip) and lots of whitespace due to ws fix
12 lines
180 B
Scilab
12 lines
180 B
Scilab
int foo(ref x)
|
|
5
|
|
end
|
|
-- -- --
|
|
s(:expressions,
|
|
s(:function, :int,
|
|
s(:name, :foo),
|
|
s(:parameters,
|
|
s(:parameter, :ref, :x)),
|
|
s(:expressions,
|
|
s(:int, 5))))
|