From a584e84874abd077df5ee1f3687f84d9d4fc3bfa Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Thu, 6 Sep 2007 15:37:43 +0000 Subject: 20070906-1636 --- module/string.m | 1 + 1 file changed, 1 insertion(+) (limited to 'module/string.m') diff --git a/module/string.m b/module/string.m index 41ce5e4e..a5051738 100644 --- a/module/string.m +++ b/module/string.m @@ -30,6 +30,7 @@ String: module # string to int returning value, remainder toint: fn(s: string, base: int): (int, string); tobig: fn(s: string, base: int): (big, string); + toreal: fn(s: string, base: int): (real, string); # append s to end of l append: fn(s: string, l: list of string): list of string; -- cgit v1.2.3