comparison scripts/io/puts.m @ 3372:f16c2ce14886

[project @ 1999-11-23 19:07:09 by jwe]
author jwe
date Tue, 23 Nov 1999 19:07:18 +0000
parents 8b262e771614
children 36405da8e173
comparison
equal deleted inserted replaced
3371:86873384cd10 3372:f16c2ce14886
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, write to the Free 16 ## along with Octave; see the file COPYING. If not, write to the Free
17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA
18 ## 02111-1307, USA. 18 ## 02111-1307, USA.
19 19
20 ## usage: puts (string) 20 -*- texinfo -*-\n\
21 ## 21 ## @deftypefn {Built-in Function} {} puts (@var{string})
22 ## Write string to the standard output. 22 ## Write a string to the standard output with no formatting.
23 ## 23 ## @end deftypefn
24
24 ## See also: fputs, printf, fprintf 25 ## See also: fputs, printf, fprintf
25 26
26 ## Author: jwe 27 ## Author: jwe
27 28
28 function retval = puts (s) 29 function retval = puts (s)