|
|
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>
}