Re: Traducir bigatom.e al inglés - Yo no sé

new topic     » goto parent     » topic index » view thread      » older message » newer message

removing old code from bigatom.e, accidentally i removed in ba_new function and rested one incorrect, must be:

... 
--        elsif find(c, ".0123456789eE") then  -- change these line 
 
         elsif find(c, ".0123456789") then      -- to this  
 
            pos += 1 
            number[pos] = c 
 
-- add these lines 
-- ----------------------------------- 
         elsif find(c, "eE") then 
            pos += 1 
            number[pos] = c 
            sflag = 0 
-- ----------------------------------- 
 
         elsif c = SPACE or c = UNDERLINE then 
            continue 
         else 
            exit 
         end if 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu