mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 02:06:48 +08:00
first pdf
This commit is contained in:
parent
034750e71c
commit
3c71c62480
2 changed files with 2 additions and 1 deletions
|
|
@ -89,7 +89,8 @@ If the particle's `line` exceeds 24, the particle is `Reset()`.
|
|||
To draw a particle, `Move()` to its location then print a "\*" all
|
||||
without emitting a new line. Before printing the "\*", check to ensure
|
||||
both the `line` and `column` are within the boundaries of the default
|
||||
terminal window (i.e. 1 ≤ line ≤ 24 and 1 ≤ column ≤ 80).
|
||||
terminal window (i.e. line betweeb 1 and 24 and also column
|
||||
between 1 and 80).
|
||||
If the particle's position is outside this range, don't print anything.
|
||||
|
||||
### `Reset()`
|
||||
|
|
|
|||
BIN
projects/snow/README.pdf
Normal file
BIN
projects/snow/README.pdf
Normal file
Binary file not shown.
Loading…
Reference in a new issue