mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 01:56:47 +08:00
Update README.md
This commit is contained in:
parent
66a92ec762
commit
bd1fe10183
1 changed files with 2 additions and 2 deletions
|
|
@ -86,8 +86,8 @@ If the particle's `line` exceeds 24, the particle is `Reset()`.
|
|||
|
||||
### `Render()`
|
||||
|
||||
To draw a particle, `Move()` to its location then print a "*" all
|
||||
without emitting a new line. Before printing the "*", check to ensure
|
||||
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).
|
||||
If the particle's position is outside this range, don't print anything.
|
||||
|
|
|
|||
Loading…
Reference in a new issue