Revision fb16c3ae244436a905aa7df3f7b449b584f3c814 authored by Barak A. Pearlmutter on 19 October 2019, 16:25:11 UTC, committed by Barak A. Pearlmutter on 22 July 2020, 19:36:14 UTC
1 parent 01d5226
Raw File
bf
BUTFIRST wordorlist
BF wordorlist

	if the input is a word, outputs a word containing all but the first
	character of the input.  If the input is a list, outputs a list
	containing all but the first member of the input.

back to top