Hello, I noticed the following semantics of Module definition in bigforth:
only forth order FORTH ROOT ROOT also float definitions order FLOAT FORTH ROOT FLOAT Module test Module; order FORTH FORTH ROOT FORTH You may see that it alters dictionary stack replacing the top dictionary with FORTH and also replacing the current dictionary. Is there any good reason for that? It seems like a good idea to not alter the dictionary stack. At least I would assume it as a default behaviour. Am I wrong? Thank you, Sergey --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
