From: Kevin Day Date: Mon, 13 Jul 2020 03:09:34 +0000 (-0500) Subject: Progress: featureless make iki documentation. X-Git-Tag: 0.5.0~87 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=458345462b6d4715c38bd629abf399521070a662;p=fll Progress: featureless make iki documentation. --- diff --git a/level_3/fake/specifications/fakefile.txt b/level_3/fake/specifications/fakefile.txt index 57d5180..bd0b54e 100644 --- a/level_3/fake/specifications/fakefile.txt +++ b/level_3/fake/specifications/fakefile.txt @@ -1,3 +1,16 @@ # fss-0002 Fakefile Specification: + The "fakefile" file follows the FSS-0005 (Somewhat Basic List) format with a sub-fomat of IKI-0002 (Simple Script). + + The IKI-0002 vocabulary context is further clarified as follows\: + - define\: + The define object represents environment variables passed to the program or created by the program. + The value represents the environment variable name and is case-sensitive. + This IKI variable gets substituted with the environment variable's value or NULL if not defined. + The "settings" list supports declaring custom environment variables (which overwrite any existing environment variable with the same name). + + - parameter\: + The parameter object represents a variable that is to be substituted. + The value represents the variable name and is case-sensitive. + This IKI variable gets substituted with the value defined in the "settings" list or NULL if not defined.