!editorial comment 107 !topic Missing mode indications in functions !reference ASIS 95-6.11, 13.7, 13.35 !from Sergey Rybin 98-04-29 I'm working on an ASIS tool checking the rules from the "Ada 95 Quality and Style" document. This project is in the very beginning, but I already have a prototype checking some small number of rules. I run it agains the current ASIS specification (ASIS 2.0.P), and I've found four violations of the rule 5.2.4 (using a default IN mode): 5.2.4 Mode Indication guideline Show the mode indication of all procedure and entry parameters (Nissen and Wallis 1984). These violations are in subclauses 13.7, 13.35, and 6.11 (twice) !resolution Accept. Corrections made in order to be consistent throughout the ASIS document.