diff options
Diffstat (limited to 'starts/meaning-vm/level-2/habits.hpp')
-rw-r--r-- | starts/meaning-vm/level-2/habits.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/starts/meaning-vm/level-2/habits.hpp b/starts/meaning-vm/level-2/habits.hpp index b416ee0..dfc83b2 100644 --- a/starts/meaning-vm/level-2/habits.hpp +++ b/starts/meaning-vm/level-2/habits.hpp @@ -145,7 +145,8 @@ namespace concepts { // make a contextual subcontext for an action // the maps are lists of translation map items - // result = (make-context-action)(needed-information-map, made-information-map, action) + // known-information is a map where the source items are taken literally instead of mapped + // result = (make-context-action)(known-information, needed-information-map, made-information-map, action) static ref action("action"); // condition do one of multiple possible actions |