What language is smart so that it could understand 'variable a = 0 , 20, ..., 300' ?
        Posted  
        
            by Ole Jak
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ole Jak
        
        
        
        Published on 2010-06-14T13:25:17Z
        Indexed on 
            2010/06/14
            13:32 UTC
        
        
        Read the original article
        Hit count: 238
        
What language is smart so that it could understand 'variable a = 0 , 20, ..., 300' ? so you could esely create arrays with it giving step start var last var (or, better no last variable (a la infinit array)) and not only for numbers (but even complex numbers...)
© Stack Overflow or respective owner