Install this theme
Test Program~

function testTumblr()

{

    while (net.connection.status == on)

    {

        if (workspace.post.line.peek != -1)

            {

            writeLine.post(“HolaMundo”);

            }

    } 

}

 

main()

{

    testTumblr;

    exit(0); 

 
  1. rsilvagamonal posted this