Ada mode 5.1.4 produces this:

   function Square (A : in Float) return Float
     is (A * A);

GPS gives this:

   function Square (A : in Float) return Float
   is (A * A);

I prefer Ada mode, because in this case 'is' does not start a block.

Comments?

-- 
-- Stephe

_______________________________________________
Emacs-ada-mode mailing list
[email protected]
http://host114.hostmonster.com/mailman/listinfo/emacs-ada-mode_stephe-leake.org

Reply via email to