Difference between revisions of "Term.scroll"
From ComputerCraft Wiki
| Line 2: | Line 2: | ||
{{Function | {{Function | ||
|name=term.scroll | |name=term.scroll | ||
| − | |args=int n | + | |args=[[Integer|int]] n |
|returns=None | |returns=None | ||
|api=term | |api=term | ||
Revision as of 18:43, 29 August 2012
| Scrolls the terminal window. | |
| Syntax | term.scroll(int n) |
| Returns | None |
| Part of | ComputerCraft |
| API | term |