If Multimsgyn( ;
"This is a test" ;
" " ;
"Test Line 3")
endif

No longer blows Click! out of the water.

---

CLICKINI.DOC file documents the CLICK.INI file parameters.

---

INDENT_DO_CASE=YES

is now working.

---

PREPROCESS_WITH_DECLARATION_BUSTER=YES

is now working, and the declaration buster is improved over the one
I have on my www site.

---

A lot more := will be smart aligned. Also, += -= *= /= and =

---

You can now feed Click! with a file list like the old compiler response
files.

ie, you can create a text file containing:

(temp.txt)

prog1.prg
prog2.prg
prog3.prg

and pass it into Click! like:

CLICK @TEMP.TXT <enter>

If you pass bad file names, they are ignored with no error message.

---

If you have a file named CLICK.INI in the current directory, it will
override the one stored with CLICK.EXE. This will allow you to have a
generic CLICK.INI in the main directory and copy it to the local
directory so that you can change certain parameters for the local
directory only.

---

Two word commands were not being recognized, such as:

do while
do case
set scoreboard

This is fixed.

---

If you type:

CLICK MYPROG <enter>

Click! will assume it is a .PRG and treat it like:

CLICK MYPROG.PRG <enter>