What is a Cobol 88-type equivalent in another languages?
问题 I'm learning COBOL now and really liking the 88-type of variables, and I want to know if there are anything like them in another languages (most known languages also, such as C, Objective-C), even using a library. The only thing I can think being similar is using #define booleanResult (variableName==95) But it isn't possible to set boolenResult to true and make variableName assume 95 as value. 回答1: 05 nicely-named-data PIC X. 88 a-meangingful-condition VALUE "A". 88 another-meaingingful