Revision: 14075
Author:
maz...@gmail.com
Date: Wed Sep 17 04:09:55 2014 UTC
Log: Edited wiki page cmd_cli through web user interface.
https://code.google.com/p/soar/source/detail?r=14075
Modified:
/wiki/cmd_cli.wiki
=======================================
--- /wiki/cmd_cli.wiki Wed Sep 17 04:08:53 2014 UTC
+++ /wiki/cmd_cli.wiki Wed Sep 17 04:09:55 2014 UTC
@@ -40,13 +40,8 @@
If you'd like to have a cli mode, like Tcl, turned on automatically when
Soar
launches, add the enabling command to your settings.soar file in the main
Soar directory. This activates the mode on initial launch, allowing you to
-immediately source files that require that additional functionality.
-
-If you plan to source files that contain tcl commands, you must turn on
tcl through the
-settings file or in a separate command issued prior to your source
command. Due
-to some technical limitation, Soar cannot currently source a file that
both turns
-on Tcl and uses it immediately.
-
+immediately source files that require that additional functionality, for
example,
+files that contain tcl code.
== Examples ==