Toking Coughing Laughing
Used as a response like “lol” “rofl” “coi”(crying on the inside)
for a more descriptive response and mood
Possibly a forewarning
Used as a response like “lol” “rofl” “coi”(crying on the inside)
for a more descriptive response and mood
Possibly a forewarning
Txt from Emily: OMG, I can’t believe I texted him that.
Sarah: WTF did you text him?
Emily: I can’t even.
Sarah: TCL.
Or
Jake: What’s up?
Alex:TCL.
Sarah: WTF did you text him?
Emily: I can’t even.
Sarah: TCL.
Or
Jake: What’s up?
Alex:TCL.
by Bossy_Side.of.Saucy January 31, 2020
by Bloody Vcgina July 13, 2021
In reference to Gaia Online's MMORPG-- TCL means "Ten CL", the highest level attained in the Beta release of Gaia Online's MMORPG, "zOMG!"
by Cassiopeian September 10, 2009
Tool Command Language, 1988-today. A dynamic programming language for Mac/Unix/Windows computers. It can be considered as merging the heritages of Lisp, C, and Unix shells. With a very simple syntax Tcl makes it possible to implement a number of programming styles: functional, object-oriented, stack-oriented, etc.
proc lrevert list {#-- revert a list in Tcl
set res {}
set n llength $list
while {$n>0} {lappend res lindex $list incr n -1}
return $res
}
% lrevert {foo bar grill} ;# testing Tcl
grill bar foo
set res {}
set n llength $list
while {$n>0} {lappend res lindex $list incr n -1}
return $res
}
% lrevert {foo bar grill} ;# testing Tcl
grill bar foo
by Richard Suchenwirth September 13, 2006
by Jdawg140 March 26, 2008