Skip to content

Commit 1ffdcde

Browse files
committed
Doc
1 parent d01a5ae commit 1ffdcde

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
@@ -19,7 +19,7 @@ The program actually behaved as if you'd typed
1919
~pre:alert `Hello, world!`
2020
exit~
2121

22-
If you leave off the exit instruction the ~ec~ compiler puts one in for you, but there are times when you don't want the program to just exit. It may be waiting for the user to interact so it has to keep itself alive. To do this we need another variation:
22+
If you leave off the ~code:exit~ instruction the ~ec~ compiler puts one in for you, but there are times when you don't want the program to just exit. It may be waiting for the user to interact so it has to keep itself alive. To do this we need another variation:
2323

2424
~pre:alert `Hello, world!`
2525
stop~

0 commit comments

Comments
 (0)