Enqueue
Example:
array.enqueue("one")
array.enqueue("two")
array.enqueue("three")
// array now contains three items.
// array[0] is "one", array[1] is "two" and array[2] is "three"
array.enqueue("two")
array.enqueue("three")
// array now contains three items.
// array[0] is "one", array[1] is "two" and array[2] is "three"
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*