Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 197 Bytes

arrayreply.md

File metadata and controls

9 lines (8 loc) · 197 Bytes

array reply

An array reply will be transformed into a cell array in Octave/Matlab.

    octave:2> r.call('keys *')
    ans =
    {
      [1,1] = b
      [2,1] = A
    }