Hecl Builder

Easy Mobile Applications

1111
Download: .jad .jar
no rating Average rating:

MIDP Version: 1.0
Description: test
Last updated: Mon Oct 06 02:25:05 +0000 2008 by agoulio

proc do {code while condition} {
    upeval $code
    while { upeval $condition } {
	upeval $code
    }
}

set x 100
set foo ""
do {
    append $foo $x
    incr $x
} while {< $x 10}
set foo
# Returns 100 - because the loop is run once and only once.


Note: If you have trouble with the applets on this site, you might try upgrading your Jave Runtime Environment, in order to get the "Next-Generation Java Plug-In", available for download here: http://download.java.net/jdk6/