]> Kevux Git Server - fll/commitdiff
Update: Improve IKI Write help documentation.
authorKevin Day <thekevinday@gmail.com>
Sun, 8 Jan 2023 01:10:25 +0000 (19:10 -0600)
committerKevin Day <thekevinday@gmail.com>
Sun, 8 Jan 2023 01:10:25 +0000 (19:10 -0600)
level_3/iki_write/c/main/print.c

index 0b23354876128a2e6b0caf5236d1a16f4ee7f51b..e55e68e7aa5be501720242dc5bea0e98c1f2567a 100644 (file)
@@ -123,10 +123,12 @@ extern "C" {
 
     fl_print_format("%r %[Notes:%]%r", print.to, f_string_eol_s, print.set->important, print.set->important, f_string_eol_s);
     fl_print_format("  This program will accept Object and Content strings to generate an IKI string, such as %[object:\"content\"%].%r", print.to, print.set->notable, print.set->notable, f_string_eol_s);
+    fl_print_format("  Each Object must have a Content (and each Content must have an Object).%r%r", print.to, f_string_eol_s, f_string_eol_s);
 
-    fl_print_format("  Each object must have a Content (and each Content must have an Object).%r%r", print.to, f_string_eol_s, f_string_eol_s);
+    fl_print_format("  The Object is also called the Vocabulary.%r", print.to, f_string_eol_s);
+    fl_print_format("  A complete Object and Content set is also called a Variable.%r%r", print.to, f_string_eol_s, f_string_eol_s);
 
-    fl_print_format("  When piping main to this program, a single form-feed character (\\f) must be used to separate each Object from each Content.%r", print.to, f_string_eol_s);
+    fl_print_format("  When piping main to this program, a single form-feed character (\\f) (U+000C) must be used to separate each Object from each Content.%r", print.to, f_string_eol_s);
     fl_print_format("  Furthermore, each Object must be followed by a Content.%r", print.to, f_string_eol_s);
 
     f_print_dynamic_raw(setting->line_last, print.to);