Heres my code
write("Enter Drive Side: ")
a = io.read()
if a == "top" or a == "bottom" or a == "left" or a == "right" or a == "front" or a == "back" then
disk.isPresent(a)
if disk.isPresent(a) == "true" then
print("true")
else
print("false")
end
end
this is always printing false when a disk is present? can someone help me out here? thanks -Cheeky











