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: src/first_steps.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ This bit of magic here - `IO.println` - is a "statement" that "prints" the text
38
38
39
39
**print** with new **l**i**n**e.
40
40
41
+
The "`IO`" part stands for "Input/Output."
42
+
41
43
If you were to replace it with `IO.print`, then the output would lack that new line. This makes the following program be functionally identical to the first.
0 commit comments