[gforth] / gforth / Attic / kernal.fs  

gforth: gforth/Attic/kernal.fs

Diff for /gforth/Attic/kernal.fs between version 1.12 and 1.13

version 1.12, Thu Jul 21 10:52:44 1994 UTC version 1.13, Wed Jul 27 13:37:02 1994 UTC
Line 1105 
Line 1105 
   
 \ */MOD */                                              17may93jaw  \ */MOD */                                              17may93jaw
   
   \ !! I think */mod should have the same rounding behaviour as / - anton
 : */mod >r m* r> sm/rem ;  : */mod >r m* r> sm/rem ;
   
 : */ */mod nip ;  : */ */mod nip ;
Line 1227 
Line 1228 
             dup >r DoError cr r> negate (bye)              dup >r DoError cr r> negate (bye)
         THEN          THEN
     THEN      THEN
     ." GNU Forth 0.0alpha, Copyright (C) 1994 Free Software Foundation" cr      cr
     ." GNU Forth comes with ABSOLUTELY NO WARRANTY; for details type `license'"      ." GNU Forth 0.0alpha, Copyright (C) 1994 Free Software Foundation, Inc." cr
     cr quit ;      ." GNU Forth comes with ABSOLUTELY NO WARRANTY; for details type `license'" cr
       ." Type `bye' to exit"
       quit ;
   
 : license ( -- ) cr  : license ( -- ) cr
  ." This program is free software; you can redistribute it and/or modify" cr   ." This program is free software; you can redistribute it and/or modify" cr
  ." it under the terms of the GNU General Public License as published by" cr   ." it under the terms of the GNU General Public License as published by" cr
  ." the Free Software Foundation; either version 1, or (at your option)" cr   ." the Free Software Foundation; either version 2 of the License, or" cr
  ." any later version." cr cr   ." (at your option) any later version." cr cr
   
  ." This program is distributed in the hope that it will be useful," cr   ." This program is distributed in the hope that it will be useful," cr
  ." but WITHOUT ANY WARRANTY; without even the implied warranty of" cr   ." but WITHOUT ANY WARRANTY; without even the implied warranty of" cr


Generate output suitable for use with a patch program
Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help