Modem.close
From ComputerCraft Wiki
Function modem.close | |
Closes the specified channel. | |
Syntax | modem.close(int channel) |
Returns | nil |
Part of | ComputerCraft |
API | Modem |
Examples
Example | |
Closes the specified channel. | |
Code |
modem.close(1) |