Posted 15 February 2015 - 08:44 AM
I tried making a fast startup program for labyos. I`m not very good at coding and found myself with this problem.
bios:339: [string "labyos"]:6: '=' expected
Here`s the whole program
shell.run ("pastebin get eVph1zkH startup")
mon = peripheral.wrap("right")
mon.clear
print ("Attention! Take out the startup floppy desk BEFORE typing startup!")
redstone.setOutput("back",true)
mon = peripheral.wrap("right")
m.setTextScale(1)
m.setTextColour(512)
m.setCursorPos(10,1)
m.write("Welcome to LabyOS!")
m.setTextColor(512)
m.setCursorPos(1,3)
m.write("Look on screen.")
I don`t know what`s wrong.