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

[1.48] [SSP] Parsing error when using commands in help folder

Started by Cosmiqum, 25 December 2012 - 12:40 PM
Cosmiqum #1
Posted 25 December 2012 - 01:40 PM
CC-Version: Client 1.48, Forge 474

Description: When I use any command in the folder /rom/help/ the error

bios:338: [string "<command>"]:1: '=' expected
shows up (where <command> is the command I typed in).

How to reproduce:
> cd rom/help
rom/help> [any command here]
Luanub #2
Posted 25 December 2012 - 01:42 PM
That's due to the help files having the same name as the programs so when you try to cd out of the help directory it tries to run the cd help file as a program and errors. Not sure if this is intentional or not. It's probably best to just view the content from outside of the help directory.
Cloudy #3
Posted 25 December 2012 - 09:08 PM
Yeah, it's due to files in the current directory having precedence over the programs (as they should). To get round type /rom/programs/cd ..