User Tools

Site Tools


kurs:funktion

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

kurs:funktion [2014/09/10 21:22] (current)
Line 1: Line 1:
 +<​code>​ 
 +FUNCTION CALC_BONUS 
 +  ( salary IN number) 
 +  RETURN number IS 
 +  bonus number; 
 +BEGIN  
 +    bonus := salary * 0.2 ; 
 +    RETURN bonus; 
 +END; 
 +</​code>​
kurs/funktion.txt · Last modified: 2014/09/10 21:22 (external edit)