Skip to content
Prev 19086 / 63424 Next

hello World problem

On Thu, 12 Jan 2006, Romain Francois wrote:

            
Yes.  That is the return value of .C().  (It is not normal to call .C() at 
the toplevel, rather as part of a function.)  The value section of the 
help page says

      The functions '.C' and '.Fortran' return a list similar to the
      '...' list of arguments passed in, but reflecting any changes made
      by the C or Fortran code.

You have no ... args, so get an empty list.