ESL - where to put some routines
- Posted by "Juergen Luethje" <j.lue at gmx.de> Jul 25, 2005
- 546 views
Hi all, for ESL a separate file 'boolean.e' was proposed, that will contain the constants TRUE, FALSE and the type boolean(). If we establish such a file, what shall we do with the remaining types in http://home.arcor.de/luethje/esl/types.htm ? - routine_no(x) or rtnid(x) Returns TRUE if and only if x is a valid routine_id. - file_no(x) Returns TRUE if and only if x is a valid file number. And where shall we put the enum routines (maybe in 'seqops.e'), and where the ignore() procedure (if we decide to implement it)? Regards, Juergen -- Have you read a good program lately?