This is fixed. May get a release today; more likely tomorrow.

On Fri, Jan 24, 2014 at 5:21 PM, Robert Hanson <[email protected]> wrote:

> stranger than that... will fix....
>
>
> On Wed, Jan 22, 2014 at 12:58 PM, Ron Mignery <[email protected]> wrote:
>
>> Is break n broken in Jmol 14.0.4?
>>
>> function xxx {
>>     for (i=0;i<4;i++) {
>>         for (j=0;j<4;j++) {
>>     print i
>>     break 0
>>         }
>>     }
>> }
>>
>> xxx
>> 0 \
>> 1  \ ok
>> 2  /
>> 3 /
>>
>> function xxx {
>>     for (var i=0;i<4;i++) {
>>         for (var j=0;j<4;j++) {
>>     print i
>>     break 1
>>         }
>>     }
>> }
>> xxx
>> 0 \ not ok, function called twice?
>> 0 /
>>
>>
>>
>> ------------------------------------------------------------------------------
>> CenturyLink Cloud: The Leader in Enterprise Cloud Services.
>> Learn Why More Businesses Are Choosing CenturyLink Cloud For
>> Critical Workloads, Development Environments & Everything In Between.
>> Get a Quote or Start a Free Trial Today.
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Jmol-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/jmol-users
>>
>>
>
>
> --
> Robert M. Hanson
> Larson-Anderson Professor of Chemistry
> St. Olaf College
> Northfield, MN
> http://www.stolaf.edu/people/hansonr
>
>
> If nature does not answer first what we want,
> it is better to take what answer we get.
>
> -- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
>
>


-- 
Robert M. Hanson
Larson-Anderson Professor of Chemistry
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr


If nature does not answer first what we want,
it is better to take what answer we get.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to