Check the following argument (1, 2) < (1, 2, -1)
It will evaluate to true.
So, is it true that nothing/null is always less then any value?
            Asked
            
        
        
            Active
            
        
            Viewed 45 times
        
    0
            
            
         
    
    
        Itay Moav -Malimovka
        
- 52,579
- 61
- 190
- 278
- 
                    shorter sequences are considered smaller, the elements are compared in each and if equal the length will win – Padraic Cunningham Aug 21 '14 at 16:44
- 
                    ahhhh...Thanks, they missed that on the tutorial I read :-) – Itay Moav -Malimovka Aug 21 '14 at 16:46
- 
                    No worries, it is the same for lists as far as I know. – Padraic Cunningham Aug 21 '14 at 16:50