You’re trying to set a variable as itself.
Do
*set name “Bob”
If you’re trying to include a variable in the text then just do
Hello ${name}!
I’ve a tutorial on this.
You’re trying to set a variable as itself.
Do
*set name “Bob”
If you’re trying to include a variable in the text then just do
Hello ${name}!
I’ve a tutorial on this.