Date: | Tue, 6 Apr 2004 16:42:04 +0000 (UTC) | |
Subject: | Re: Does POP11 compiler check the program for semantic or only syntactic? | |
From: | f_j_54 | |
Volume-ID: |
IN THE NAME OF GOD Hello. The problem was solved. Before it, I had defined a â??moverâ?? class based on â??sim_movable_agentâ?? class and was defining â??predatorâ?? and â??protectorâ?? classes based on â??moverâ?? class. I thought â??predatorâ?? and â??protectorâ??classes inherit properties of â??sim_movable_agentâ?? class, but it was not so. I defined â??predatorâ?? class based on â??sim_movable_agentâ?? class directly and predators could move. Thank you, again. Sincerely, Jenab. |