disk.eject
From ComputerCraft Wiki
Function disk.eject | |
Ejects any item currently in the drive, spilling it into the world as a loose item. | |
Syntax | disk.eject(string side) |
Returns | nil |
Part of | ComputerCraft |
API | disk |
Examples
Example | |
Ejects the disk in the bottom drive | |
Code |
disk.eject("bottom") |