diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-09-06 15:37:43 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-09-06 15:37:43 +0000 |
| commit | a584e84874abd077df5ee1f3687f84d9d4fc3bfa (patch) | |
| tree | 506bd77b52dfb953acf3ac1bf55f77826675085a /module | |
| parent | 06965d10d9199bef760049aa302caf8c1c77e96f (diff) | |
20070906-1636
Diffstat (limited to 'module')
| -rw-r--r-- | module/string.m | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
