Mercurial > hg > octave-nkf
view test/octave.test/io/sprintf-1.m @ 2758:73a51c5250ec
[project @ 1997-02-26 23:23:20 by jwe]
author | jwe |
---|---|
date | Wed, 26 Feb 1997 23:23:45 +0000 |
parents | |
children | 71b4ccd27162 |
line wrap: on
line source
[s, msg, status] = sprintf ("%s: %d\n", "test", 1); s == "test: 1\n" && isstr (msg) && status == 2