Annotation of parser3/tests/021.html, revision 1.3

1.3     ! misha       1: ^windows-1251[]
        !             2: 
1.2       paf         3: $productList[^table::create{id name
                      4: 1      носки
                      5: 2      валенки
                      6: 3      ушанка
                      7: }]
                      8: 
                      9: #скажем, у первого дилера
                     10: $firstPriceList[^table::create{id      price
                     11: 1      0.3
                     12: 3      1000
                     13: }]
                     14: 
                     15: $firstPriceHash[^firstPriceList.hash[id]]
                     16: 
                     17: ^productList.menu{
                     18:     продукт "$productList.name" | цена у first: $firstPriceHash.[$productList.id].price<br>
                     19: }

E-mail: