[BACK]Return to var.sm1 CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Kan

Diff for /OpenXM/src/kan96xx/Kan/var.sm1 between version 1.1 and 1.2

version 1.1, 1999/10/08 02:12:02 version 1.2, 1999/11/08 09:15:01
Line 1 
Line 1 
   % $OpenXM$
   
 %% start of var.sm1.  1997, 2/27  %% start of var.sm1.  1997, 2/27
 %%(type in initv to initialize the variable stack and type in test.var to start a test) message  %%(type in initv to initialize the variable stack and type in test.var to start a test) message
   
   (var.sm1 : Version 3/7, 1997) message
   %% Execute debugMode to override pushVariables and popVariables by
   %% localVariables and restroreVariables.
   
 /sm1.var.Verbose 0 def  /sm1.var.Verbose 0 def
 /@@@.quiet.var 1 def  /@@@.quiet.var 1 def
 @@@.quiet.var {   }  @@@.quiet.var {   }
Line 120 
Line 123 
 } def  } def
   
 %%% Usages.  %%% Usages.
 [(resolution)  
  [(Efficient resolution is still be tested. See Kan/debug/tower-sugar.sm1)  
   (DMacaulay provides a function to compute resolution in the ring of)  
   (homogenized differential operators. See http://www.math.kobe-u.ac.jp/KAN)  
  ]  
 ] putUsages  
   
 [(db.where)  [(db.where)
  [(db.where shows the db.VariableStack)   [(db.where shows the db.VariableStack)
Line 238  ifelse
Line 235  ifelse
 } def  } def
 [(debugMode)  [(debugMode)
  [(debugMode overrides on the functions pushVariables and popVariables)   [(debugMode overrides on the functions pushVariables and popVariables)
   (and enables to use db.where)    (and enables to use db.where.  Never execute debugMode inside a block of)
     (pushVariables and popVariables)
  ]   ]
 ] putUsages  ] putUsages
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>