You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/codex/md/step1.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The program actually behaved as if you'd typed
19
19
~pre:alert`Hello, world!`
20
20
exit~
21
21
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:
0 commit comments