Hi! I'm learning dealer grammar recently, and find "tricks()" expression very useful, especially when I want to generate some hands that NS surely have a game to play. In the document, it is described as However, I couldn't find the word "strain" anywhere else in the document. I also looked through Examples.zip and found nothing, sadly. I tried "tricks(north, notrump)>=7", "tricks(north, notrumps) >= 7", "tricks(north, spade) >= 7", "tricks(north, spades) >= 7", "tricks(north, 1s) >= 7", "tricks(north, x1s) >= 7" etc. None of these works. Error message returns immediately, not as those almost impossible ones like "hcp(north) == 40" which uses up the trial limitation. Most likely there is a syntax error, or the environment (as described in the document) on the server is incorrect. Can anyone help?