Top definition
A variation of the term 'lol' used primarily by touchtypers who need quick access to a laughing anagram gesture.
by Grazwa December 04, 2006
2
Lincoln Street Lads
A group of fuckboys in a small town who all call themselves the “Lincoln Street Lads.” They most popularly are known for getting together and jacking off onto crackers. They are all most likely closeted gays. Love them
A group of fuckboys in a small town who all call themselves the “Lincoln Street Lads.” They most popularly are known for getting together and jacking off onto crackers. They are all most likely closeted gays. Love them
by beepbeepbitch October 19, 2018
3
Lsl is a in-game language used in the online game Second Life. It is a cross between Java and C and is an easy language to learn if you understand the basics of programming. The language uses built-in functions and can have user defined functions. Lsl is used to make the objects in Second Life do things like speak or move or change color.
this is an example of lsl that makes the object say Hello World!
default
{
state_entry()
{
llSay(0,"Hello World!");
}
}
default
{
state_entry()
{
llSay(0,"Hello World!");
}
}
by helpful informer May 04, 2009