swh:1:snp:3af89e0c6f482ba7e9545bf8e295ed747de3e1ee
Raw File
Tip revision: f506282e07b9a3be7c0f65f74b7bd1ce869ea1ed authored by Barak A. Pearlmutter on 15 January 2021, 18:08:38 UTC
typo
Tip revision: f506282
queue
;;; -*- logo -*-

to queue :the.queue.name :the.item.value
make :the.queue.name lput :the.item.value thing :the.queue.name
end

bury "queue
back to top