Example:

code:

break on
;--------- start Hello.kix ---------
?"Hello World"

$count = "0"

DO

$count = 1 + "$count"
SELECT
CASE $COUNT = 1
COLOR r+/n

CASE $COUNT = 2
COLOR w+/n

CASE $COUNT = 3
COLOR b+/n

CASE 1
COLOR G+/G
ENDSELECT
"."
sleep 1
color w+/n

UNTIL $count = 5

;--------- end Hello.kix ---------



[This message has been edited by JasonC (edited 11 June 2001).]