Jump to content

Text processing/2: Difference between revisions

(Added zkl)
Line 110:
 
s = lf_q_text(l);
if (length(s) != 10 || character(s, [4)] != '-' || character(s, [7)] != '-') {
error("bad date format");
}
Line 139:
if (!trap(check_format, l)) {
if (r_key(r, l_head(l))) {
v_text(cat3v_form("duplicate ~ line\n", l_head(l), " line\n"));
} else {
integer i;
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.