swh:1:snp:fcff9c3c8b6b83e139b59f2ad414ffbfaa82af99
Raw File
Tip revision: 24adfd38d4381239d8fa0cb0f98b83316aa7cd93 authored by Joshua J. Cogliati on 24 December 2019, 04:15:43 UTC
README is now redundant with README.md.
Tip revision: 24adfd3
pop
;;; -*- logo -*-

to pop :the.stack.name
local "result
make "result first thing :the.stack.name
make :the.stack.name butfirst thing :the.stack.name
output :result
end

bury "pop
back to top