Skip to content

Commit 6d25b9f

Browse files
committed
Doc
1 parent 1ffdcde commit 6d25b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/codex/md/step1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It's a tradition in programming that your first program is called "Hello, world"
1010

1111
You'll see that in our editor the text inside the backticks is colored whereas the word 'alert' is black. This is because the editor 'understands' what ~ec~ scripts look like. Also note that blank lines or spaces at the start of lines are ignored, and that a command can occupy more than one line as long as you don't put a line break in the middle of a quoted string (such as ~quot:Hello, world!~).
1212

13-
The word ~code:alert~ is an ~ec~ command word and the text between the backticks is fixed text. We programmers call it a string. Words that are colored black are all part of ~ec~ itself; everything else has a color that indicates the part it plays in the language. Strings are always dull red.
13+
The word ~code:alert~ is an ~ec~ command word and the text between the backticks is fixed text. We programmers call it a string. Words that are colored black are all part of ~ec~ itself; everything else has a color that indicates the part it plays in the language. Strings are always ~code:dull red~.
1414

1515
When you click the ~icon:run:20px:Run~ button its icon will change to ~icon:runstop:20px:Stop~ and a popup box will appear containing your message. When you click the OK button in the box everything will be returned to as it was before. Your script has finished its job.
1616

0 commit comments

Comments
 (0)