Author Topic: you orderative you lose v3: ocd is not an ocd  (Read 1403 times)

function nope();
{
%agree = 0;
%disagree = 1;
echo(@ %disagree @);
};
nope();

ugh why is torquescript so ugly

like why make it so you don't have to declare type, but do have to declare local/global

second, why do you use semicolons after the declaraction of a function, THEN you write the function (which has a semicolon at the end of the brackets)?

ugh why is torquescript so ugly

like why make it so you don't have to declare type, but do have to declare local/global

second, why do you use semicolons after the declaraction of a function, THEN you write the function (which has a semicolon at the end of the brackets)?
because that code was incorrect

fixed version:

Code: [Select]
function nope()
{
   %agree = 0;
   %disagree = 1;
   echo(%disagree);
}
nope();

also torquescript being so weakly typed is hilarious and cool even though it's weird

examples of ridiculous stuff you can do:
new ScriptObject("sdsds" @ %eded);
(%obj = "sdsds" @ %eded).doAMethod();

%sdsds["eat a gigantic back door"] = dsds;
%array["b"] = "ee";
echo(%arrayb); //echos "ee"
echo("5 butts" == 5); //echos 1


wouldn't you like it if this block fit in that hole


it wasnt suppose to be serious anyway
was mostly talkin to him

because that code was incorrect

fixed version:

Code: [Select]
function nope()
{
   %agree = 0;
   %disagree = 1;
   echo(%disagree);
}
nope();

also torquescript being so weakly typed is hilarious and cool even though it's weird

examples of ridiculous stuff you can do:
new ScriptObject("sdsds" @ %eded);
(%obj = "sdsds" @ %eded).doAMethod();

%sdsds["eat a gigantic back door"] = dsds;
%array["b"] = "ee";
echo(%arrayb); //echos "ee"
echo("5 butts" == 5); //echos 1


okay phew I was so worried there for a second

at least it isn't python :/

wow look at this perfect wall



wouldn't you like it if this block fit in that hole

I prefer if the block is a bit too big for my hole. B)

..the hole.
Not my hole. What?



Today I received my locker combination, it was all odd numbers

this is why I throw things




when he gets to the last one tho