diff options
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; |
