Example:
- Takes element out of list and puts it at the beginning, modifying the list
- If the element to be removed is a string, then it must match the case of the element in the list
(DEFINE favorite-genes AS (GENES-NAMED (all4312 npf0001)))
:: (#$A7120.all4312 #$Npun.NpF0001)
(BRING-TO-FRONT-OF favorite-genes (GENE-NAMED npf0001))
:: (#$Npun.NpF0001 #$A7120.all4312)