Hello there.
So for some reason in the last program suddenly the variable won’t register in the terminal. I’ve signed in and out but nothing seems to work. It is a very simple piece of code but the terminal won’t register it? Any thoughts would be much appreciated.
Thank you in advance.
here is the prompt:
In the terminal, create a variable named VAR
that equals hello world
.
- Type
VAR="hello world"
in the terminal
Here is what I type into the terminal:
VAR=“hello world”