bF

Help Contents Data Structure Primitives Selectors bF
butFirst butLast

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. If the input is an Array, FloatArray, IntArray or Int16Array, outputs an array of the same type as the input containing all but the first member of the input.

Examples:

show bf "Hallo		;allo
show bf [Ha llo]		;[llo]
show bf {Ha llo}		;{llo}

Examples:

References:

butFirst butLast