turtle.digDown()
print()
term.clear()
sleep(10)
I know these are functions, but I want to distinguish them from the function that are created by in-game programming such as
function HelloWorld() {
print("HI!")
end
}
So, is there a word that represents these pre-programmed functions?
print()
term.clear()
sleep(10)
I know these are functions, but I want to distinguish them from the function that are created by in-game programming such as
function HelloWorld() {
print("HI!")
end
}
So, is there a word that represents these pre-programmed functions?