soml-parser/test/cases/compound/hash.tst

6 lines
97 B
Scilab
Raw Normal View History

{ foo => 33 }
-- -- --
s(:list, [s(:hash, [s(:assoc,
s(:name, "foo"),
s(:int, 33))])])