From 9e07dcd91c45bf8b22d932321f5c97e931ffe8ac Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 11 Jun 2009 23:00:40 +0000 Subject: * algebra/: Don't quote '!' at end of names. --- src/algebra/symbol.spad.pamphlet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/algebra/symbol.spad.pamphlet') diff --git a/src/algebra/symbol.spad.pamphlet b/src/algebra/symbol.spad.pamphlet index 6287037b..3a64cc7b 100644 --- a/src/algebra/symbol.spad.pamphlet +++ b/src/algebra/symbol.spad.pamphlet @@ -159,7 +159,7 @@ Symbol(): Exports == Implementation where ns: List Integer := [#sc.presub, #sc.presup, #sc.sup, #sc.sub] while #ns >= 2 and zero? first ns repeat ns := rest ns concat concat(concat(hd, istring(#sc.args)), - [istring n for n in reverse_! ns]) + [istring n for n in reverse! ns]) syscripts sc == all := sc.presub @@ -272,7 +272,7 @@ Symbol(): Exports == Implementation where resetNew() == count() := 0 - for k in keys xcount repeat remove_!(k, xcount) + for k in keys xcount repeat remove!(k, xcount) void scripted? sy == -- cgit v1.2.3