KNOW-HOW.SLANG : Add-on general purpose Language Interpreter. 
	'Big packages' all have scripting languages. Microsoft Word (Word 
Basic), Visual Fox Pro (Fox), Paradox (PAL) ... Now you could have 
scripting (more than just scripting, actually) language in your program. 
	SLANG is the BASIC-like language. It includes FOR - cycles, IF - 
conditions, file read / write operations, extended mathematics (including array 
operations), user - defined functions, ability ty pass control to another 
program file and more.
	KH_SLANG is the DLL implementing SLANG interpreter. It is possible to 
derive from KH_SLANG classes, and add your own functions to SLANG. For 
example, if you are creating database package (say, Visual Bunny ?), you will 
probably want to use cycles, condition operators (IF - ELSE), subroutines 
and so on from SLAMG, and add database-specific functions, for example, 
EXEC_SQL, OPEN_DATABASE... To do so you should use inheritance and follow 
easy steps described in documentation.

Home page:

	http://home.istar.ca/~stepanv/Know_how.htm (Capital K in Know_how)