view test/octave.test/string/string_fill_char-1.m @ 2737:38463e268d55

[project @ 1997-02-25 05:23:42 by jwe]
author jwe
date Tue, 25 Feb 1997 05:23:54 +0000
parents
children
line wrap: on
line source

string_fill_char = "X";
all (all (["these"; "are"; "strings"] == ["theseXX"; "areXXXX"; "strings"]))