File:  [parser3project] / parser3 / tests / 021.html
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Wed Feb 26 11:30:01 2003 UTC (23 years, 6 months ago) by paf
methoded_array now contains all Mxxx classes
SAPI::get_env now returns info on pool
more tests

$productList[^table::set{id	name
1	носки
2	валенки
3	ушанка
}]

#скажем, у первого дилера
$firstPriceList[^table::set{id	price
1	0.3
3	1000
}]

$firstPriceHash[^firstPriceList.hash[id]]

^productList.menu{
    продукт "$productList.name" | цена у first: $firstPriceHash.[$productList.id].price<br>
}

E-mail: