7 lines
82 B
Scilab
7 lines
82 B
Scilab
{ foo => 33 }
|
|
-- -- --
|
|
s(:hash,
|
|
s(:assoc,
|
|
s(:name, :foo),
|
|
s(:int, 33)))
|