view test/octave.test/string/str-esc-9.m @ 2722:edf07fea9fa4

[project @ 1997-02-22 21:02:04 by jwe] str-esc-1.m
author jwe
date Sat, 22 Feb 1997 21:02:05 +0000
parents
children
line wrap: on
line source

x = 39;
if (strcmp ("\'", setstr (x)))
  printf ("ok\n");
endif