diff options
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r-- | src/interp/g-util.boot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot index 95618b16..b718e253 100644 --- a/src/interp/g-util.boot +++ b/src/interp/g-util.boot @@ -352,6 +352,9 @@ for x in [ ['%fpow, :'EXPT], ['%fsub, :"-"], + -- string operations + ['%f2s, :'DFLOAT_-FORMAT_-GENERAL], + -- list contants -- ['%nil, :'NIL], -- unary list operations |