Hai

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
That's a syntax error. I'm assuming you're trying to call a library that looks something like this:
Code:
HAI
BTW KLLL
   NEEEDZ KL FRIST
   CAN HAS STDIO?
      AWESOME THKS
         VISIBLE KL
      O NOES
         INVISIBLE "O NOES! KLLL HAZ NO STDIO!!"
KTHKSBYE

Your code should look something like this:
Code:
HAI
BTW MANEZ
   CAN HAS STDIO?
      AWESOME THKS
         OBTW
            GIMME KL HEREZ
         TLDR
         CAN HAS KLLL?
            AWESOME THKS
               KLLL KL
            O NOES
               INVISIBLE "O NOES! HAZ NO KLLL!"
      O NOES
         INVISIBLE "O NOES! MANEZ HAZ NO STDIO!!"
KTHKSBYE

Error trapping is important -- you'll never figure out what went wrong if you're not logging the errors more-or-less where they happened.
 
Top