File size: 74 Bytes
c011401
 
 
 
1
2
3
4
5
      function bar(a,b)
      integer a,b,bar
      bar = a + b
      end