Antikore 0 Posted February 24, 2018 Share Posted February 24, 2018 I'm trying to make a program, but isn't working: Here is the code: Here is the error that shows up when starting the program If somebody can say me what I'm doing wrong, I will thank it a lot. Quote Link to post Share on other sites
0 Molinko 43 Posted February 24, 2018 Share Posted February 24, 2018 The first line 'clear' should be 'term.clear()'. That's what's throwing the error. Quote Link to post Share on other sites
0 payonel 21 Posted February 25, 2018 Share Posted February 25, 2018 also, to use term, you need to require (import, include) it ``` local term = require("term") term.clear() print("tada") ``` Quote Link to post Share on other sites
I'm trying to make a program, but isn't working:
Here is the code:
Here is the error that shows up when starting the program
If somebody can say me what I'm doing wrong, I will thank it a lot.
Link to post
Share on other sites