[BACK]Return to startup.k CVS log [TXT][DIR] Up to [local] / OpenXM / src / k097

File: [local] / OpenXM / src / k097 / startup.k (download)

Revision 1.4, Fri Jan 5 11:14:25 2001 UTC (23 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9
Changes since 1.3: +2 -1 lines

Bug fix of the new manual system of kan/k0.
Moved some functions with the name *Indexed* to debug/indexed.k

/* $OpenXM: OpenXM/src/k097/startup.k,v 1.4 2001/01/05 11:14:25 takayama Exp $ */
/*  startup.k */
Println("Loading startup files (startup.k)   2000, 1/3.");
sm1("(sm1 version = ) messagen"); sm1("[(Version)] system_variable message ");
load("help.k");  if (K00_verbose)   Println(".... Help module.");
load("man.k");  if (K00_verbose)   Println(".... Manual module.");
load("debug/db.k"); if (K00_verbose) Println(".... Debugger module.");
load("debug/asir0.k"); if (K00_verbose) Println(".... Factor and Cancel.");
load("object.kk"); 
sm1(" [(KanGBmessage) 0] system_variable ");