Function x = y
x is equal to y
Format:
x = y
Input:
list x - 
    
    list y - 
    
    Output:
boolean - None
    Properties that reference this function:
[] = []   (Are Equal)
    
    Conditional properties that reference this function:
- if (x = y) and (xs = ys), then [x,xs] = [y,ys] (link)
- if are_equal_list(number, value): find_number_index([number, remain], value, index) == index (link)
Comments
Please log in to add comments