Turtle, Observer, Patch
fput
item
Parameters:
item
List or string
Description:
Adds the item into the list as the first element
Examples:
fput 1 [2 3 4]
returns [1 2 3 4].
fput "hello" "mom"
returns "hellomom".
Related Commands:
first
insert
last
lput
reverse
sentence