scalar((1,3,5)) #evaluates to the last element of the list --- 5 if( (5,3,0) ) #evaluates to the last element of the list --- 0, thus evaluates to false $val=(5,6,7); #evaluates to the last element of the list --- 7