1
2
3
4
5
6
7
8
USE: namespaces
: foo
    [ 1 "x" set
      "hello" "y" set
      namespace ] with-scope ;

USE: prettyprint
foo . ! => H{ { "x" 1 } { "y" "hello" } }