MicroWorlds Wiki
Advertisement


fput word-or-list list

Stands for first put. Reports the list created by adding the first input at the beginning of the second input. The second input has to be a list. See lput.

Examples:

show fput "a [b c d e f]

a b c d e f

show fput "a [bcdef]

a bcdef

Advertisement