Re: variable length of integer



<jamesgiles@xxxxxxx> wrote in message
news:70a1259d-886d-4154-9409-124c50bfdf84@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

On Apr 29, 2:59 pm, "jamesgi...@xxxxxxx" <jamesgi...@xxxxxxx> wrote:

do p = len(answer), merge(2,1,i<0), -1

See there? I did have an error! That should be len(IntToString) and
not len(answer) there. (In functions that have a very long name, I
usually have a result clause and the name ANSWER is what I always
use. Except for recursive functions I never otherwise use result
clauses.) If only I had noticed that error 2 minutes earlier. :-(

The danger of posting untested code. I have been bitten many times.
I suppose you didn't intend that DO WHILE loop to be infinite, either
did you? :)

--
write(*,*) transfer((/17.392111325966148d0,6.5794487871554595D-85, &
6.0134700243160014d-154/),(/'x'/)); end


.



Relevant Pages

  • Re: LOOP blows!
    ... The order of initialization follows the ... There are two `initializations' in execution of LOOP, ... before staring the first iteration. ... |> The first for clause will never terminate. ...
    (comp.lang.lisp)
  • Re: LOOP blows!
    ...     clauses appear in the source. ... This clause is not combined with the ... Right, and ``People'' includes the ones implementing LOOP, apparently, ... You must use your hidden list iteration variable to set up the ...
    (comp.lang.lisp)
  • Re: The mystery of the missing (compound) variables.
    ... separated text string line which can be PARSEd. ... limit of 50 passes through the loop. ... to the second last END clause. ... other than READY the THEN LEAVE clause passes control to the second ...
    (comp.lang.rexx)
  • RE: Oracle cursor help
    ... rids dbms_utility.uncl_array; ... where <your where clause> ... Subject: Re: Oracle cursor help ... exit the loop: */ ...
    (perl.dbi.users)
  • Re: The LOOP macro (was Re: Be afraid of XML)
    ... | The FINALLY clause is definitely "textually within the loop", ... Whether the FINALLY clause is within the scope of the iteration variables. ... before the *next* iteration if the termination condition is not met, ...
    (comp.lang.lisp)