home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / adaptor.zip / adapt.zip / adaptor / examples / dalib / hostnode / compile.f < prev    next >
Text File  |  1993-04-29  |  104b  |  6 lines

  1.       program test
  2.       real A (n), RA(m)
  3. cmf$  layout RA(:serial)
  4.       RA (2:m) = A(1:m-1)
  5.       end
  6.