post(4chanBoard,text[,imageobj]) - Posts on 4chan. Returns thread number in a threadnum object (threadnum remembers what board it came from!)
reply(threadnum,text[,imageobj]) - Replies. Returns 0 on success and -1 on failure
mkImageObj(imagefile) - Slurps an image into a new imageObj and returns it
isbanned(board) - Returns null string if not banned and ban reason if you are
siteAsImageObj(wwwsite) - Converts a website to an imageObj and returns it
kill object - Deletes object, reclaims memory
another object - Creates duplicate of specified object and returns it
mkSpam - Returns random string in a text object
>>1
I'm amazed that you can say so much, yet describe so little in the way of a programming language. What you've got there is a collection of builtins (standard library?) and some basic constructs. There's no description of the lexical structure, object semantics, operators, syntax; there is nothing.