aboutsummaryrefslogtreecommitdiff
path: root/menutree.tcl
blob: f23c5d7788a9522c66d77ba07c3373c454409bd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{category1 
    {subcategory1
        {1a b2 c3 d4}}
    {subcategory2 
        {1a 2b 3c 4d}}}
{category2
    {subcategoryA 
        {a1 b2 c3 d4}}
    {subcategoryB
        {1a 2b 3c 4d}}}
{audio
    {math
        {+~ /~ *~ pow}}}