Skip to content

Commit 029877b

Browse files
committed
Update first_steps.md
1 parent 4eae514 commit 029877b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/first_steps.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ This bit of magic here - `IO.println` - is a "statement" that "prints" the text
3838

3939
**print** with new **l**i**n**e.
4040

41+
The "`IO`" part stands for "Input/Output."
42+
4143
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.
4244

4345
```java

0 commit comments

Comments
 (0)