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

Getting and "Expecting eof " Error

Started by ZippoMoon, 16 January 2016 - 01:27 AM
ZippoMoon #1
Posted 16 January 2016 - 02:27 AM
The full error reads as:

bios:14: [string ".temp"] :78:  '<eof>' expected

Here's a link to the WIP code: http://pastebin.com/B655dD0K
Edited by
Bomb Bloke #2
Posted 16 January 2016 - 02:47 AM
"End Of File" expected. Generally caused by too many ends. In this case, you've got six of the things lined up after only starting four code blocks.

Run through and fix your indentation.
ZippoMoon #3
Posted 16 January 2016 - 02:51 AM
Thanks, Bomb.