From 8e928709bc19bb997c83e35760c435fcf32746ab Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 11 Dec 2007 03:14:39 +0000 Subject: [PATCH] --- ase/doc/quickstart-en.man | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ase/doc/quickstart-en.man b/ase/doc/quickstart-en.man index 09f80c91..1f554680 100644 --- a/ase/doc/quickstart-en.man +++ b/ase/doc/quickstart-en.man @@ -116,3 +116,21 @@ nmake /f msw-cl.mak }}} However, The COM module can only be built within the Visual Studio environment. After having built the COM module, you may open [[ase/test/com/asecom.vbp]] for testing. + + +== Extra Features == + +unicode +keyword replacement +error string customization + +== AWK == + +Language Difference + +* Statement terminator Semicolon +* function abc() function abc () +* return in BEGIN or END + + +