This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
TP-KRR/pip3/3.db
vandechat96 90de15dd6c cqa pip3
2023-03-09 17:49:54 +01:00

9 lines
539 B
Plaintext

left(1,wine). left(1,year). right(1,quality).
left(2,wine). left(2,year). right(2,price).
row(10,wine,chablis). row(10,year,1995). row(10,quality,good). row(10,price,17).
row(11,wine,chablis). row(11,year,1996). row(11,quality,excellent). row(11,price,23).
row(12,wine,rothschild). row(12,year,1997). row(12,quality,good). row(12,price,29).
row(13,wine,rothschild). row(13,year,1997). row(13,quality,excellent). row(13,price,29).
qrow(100,wine,chablis). qrow(100,quality,excellent).
qrow(101,wine,rothschild). qrow(101,quality,excellent).