Advertisement
Guest User

Untitled

a guest
Mar 5th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ada 0.18 KB | None | 0 0
  1. function comprobarEstabilidadCampo(ST2: Float) return Boolean is
  2.    begin
  3.       if(ST2>100.0) then return False;
  4.       end if;
  5.       return True;
  6.    end comprobarEstabilidadCampo;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement