Language catalogKeywordsephmOn this pageephmCreates/modifies a ephemeral variable. Syntax ephm [variable prefix and name] = [value] Example if {@sender -> isAlive} ephm $message = "Only needed during this statement" Print $messageend# accessing $message outside that if statement will not work!# Print $message <-- will error