This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
sleawnis's profile picture

error '=' expected

Started by sleawnis, 25 October 2012 - 05:26 PM
sleawnis #1
Posted 25 October 2012 - 07:26 PM
im getting this error with my program, all i need it to do is print i can do the rest but i am getting the error :

bios:206: [string "startup"] :3: '=' expected. This is the code:
sjele #2
Posted 25 October 2012 - 07:28 PM
Line 1. it's term.clear() and not term.clear
Ditto8353 #3
Posted 25 October 2012 - 07:29 PM
Line 1: term.clear() instead of term.clear

Edit: Ninja'd…