Search the web
Sign In
New User? Sign Up
KR-language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
do, hdo,vdo   Message List  
Reply | Forward Message #291 of 712 |
hdo and vdo are now fully functional,
using exactly the same syntax as do.

The meaning of "vdo ... done;" is simple.
Remove the "v", and execute the resulting
command "do ... done;" in every view (context).
Using the "exec" command permits you to
execute statements, questions and assignments
in all views.

vdo exec od {propositionlist} done;

The meaning of "hdo command ... done;" is
to walk the hierarchy as specified by

from initial concept
to final concept
with path

executing

do command od cname done;

at each concept (or individual) in the path.
Cname may be any of

.. current genus of current concept
. current concept
... current species|unit of current concept

"od ." is the default, and need not be stated
explicitly. For example, this command prints
an alphabetical dictionary of all concepts and
individuals in the hierarchy.

hdo define from existent with alpha done;

When you do this, don't forget to read in all
the definitions from KEHOME/kb/*.def first.

All of the available hdo commands are displayed
when you enter;

hdo ? done;

You can find further details in today's updated
MKR/MKE Tutorial.

Dick McCullough
knowledge := man do identify od existent done;
knowledge haspart proposition list;
http://rhm.cdepot.net/




Thu Sep 15, 2005 5:21 am

rhmcc
Offline Offline
Send Email Send Email

Forward
Message #291 of 712 |
Expand Messages Author Sort by Date

hdo and vdo are now fully functional, using exactly the same syntax as do. The meaning of "vdo ... done;" is simple. Remove the "v", and execute the resulting ...
Richard H. McCullough
rhmcc
Offline Send Email
Sep 15, 2005
5:24 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help