Update YoungPersonsGuideToProgrammingMinecraft.md
This commit is contained in:
parent
f2e54d2168
commit
a15721322f
1 changed files with 2 additions and 2 deletions
|
@ -171,9 +171,9 @@ called `location`. We can use that name like this...
|
||||||
|
|
||||||
Blackrock Castle
|
Blackrock Castle
|
||||||
|
|
||||||
...You might be wondering where the `''` (called double-quotes) went.
|
...You might be wondering where the enclosing `'` single-quotes went.
|
||||||
When telling the computer to store some text, you have to put `'`
|
When telling the computer to store some text, you have to put `'`
|
||||||
(that's the double-quote character - press Shift+2) at the start and end
|
(that's the single-quote character) at the start and end
|
||||||
of the text. The computer doesn't store these quote characters, only the
|
of the text. The computer doesn't store these quote characters, only the
|
||||||
text between them. The computer will store the variables while the
|
text between them. The computer will store the variables while the
|
||||||
Minecraft Server is running. Repeat the last command you entered by
|
Minecraft Server is running. Repeat the last command you entered by
|
||||||
|
|
Reference in a new issue