Dear,
FYI: additional info
For spelling problems we have upgrade our kixref tool. For different
kixtart releases we have different kixref releases.
What does it:
- shows all kind of keywords which can be "unknown" for kixtart.
- shows linenumbers for possible problems.
- shows summary report about keyword types and block structures.
Our call was:
kixref400.exe input.kix output /warnings
Output for your script
code:
Warnings about unknown keywords
b ? 40 42 42 44 46 49 62 64 66 69 78
double ? 41
full ? 47
g ? 46
grid ? 43
n ? 44 62
setcolsole ? 15
single ? 65
w ? 49 66 69
y ? 40 64 78
Summary
boldsymbols 0
commands 7
functions 4
labels 2
macros 0
variables 14
env 0
udf 0
? 10
gosub 0
goto 0
37
Block Structure
do:until [0:0]
for|each:in|to:step|next [0|0:0|0:0|0]
function:endfunction [0:0]
if:else:endif [0:0:0]
select:case:endselect [0:0:0]
while:loop [0:0]
0 blocks
remarks about:
- b, g, n, w & y are related to "color" statement.
- double, full,grid & single are related to "box" function. advise to present them
as string (see also documentation)
- setcolsole is a spelling problem.
greetings.