====SET==== ===Parameters=== ^Order^Name^Type^Desc^ |1|value|any|The stack item to be stored| |2|name|[[const|const]]|The name of the variable to retrieve| ===Returns=== Nothing. This function will consume (ie. remove) the value from the stack. If you want to leave the value on the stack, use [[fPUT]]. ===Description=== This command is used to store a stack item that can later be retrieved with the [[fGET]] command. This function is very similar to [[fPUT]], but while **SET** will remove the value from the stack, the **PUT** command will not. For an example, see the [[fGET]] command. ===See Also=== [[fPUT]] \\ [[fGET]]