operator: apply-value

    description:
        apply-value |x>
        apply value to the given ket
        return the ket if the value is not convertible to float
            
    examples:
        -- not convertible to float, so return input ket:
        apply-value |price: fish>
            |price: fish>
        
        -- is convertible to float:
        apply-value |price: 37>
            37|price: 37>
            
    see also:
    

Home