of     1   

server30000
#119516244Thursday, December 05, 2013 1:15 AM GMT

print ("Totally True") dontCare = Value Value = 0 if dontCare > 0 then repeat dontCare = dontCare -1 until dontCare < 0 dontCare:Destroy() end end
200AB
#119516671Thursday, December 05, 2013 1:19 AM GMT

My God...
f00fc7c8_fox
#119522360Thursday, December 05, 2013 2:15 AM GMT

What does it do?
MettaurSp
#119522611Thursday, December 05, 2013 2:18 AM GMT

It will error because you are trying to compare nil value dontCare with 0 using >.
Bytecoded
#119522998Thursday, December 05, 2013 2:23 AM GMT

LOL..An error appeared at the first line. Attempted to index nil value 'Value'
Devoi
#119525081Thursday, December 05, 2013 2:44 AM GMT

CareGiven={} print'Care given: '..#CareGiven while #CareGiven~=math.sqrt(-1) do CareGiven.AmountOfCareGiven=0 print'Care given: '..#CareGiven end
VictorProjects
#119529328Thursday, December 05, 2013 3:34 AM GMT

Thats pretty inefficient code, Victimize. print("I don't care.") Not as clever, but far more to the point.
lampwnage121
#119533548Thursday, December 05, 2013 4:28 AM GMT

third line* kthxbye
iGraphical
#119536889Thursday, December 05, 2013 5:21 AM GMT

Print?
BLOXLUA
#119544380Thursday, December 05, 2013 10:55 AM GMT

It won't works because "Value" must be assigned before it is defined.
200AB
#119548315Thursday, December 05, 2013 2:16 PM GMT

@BLOXLUA It doesn't work for multiple reasons...
MemoryAddress
#119551058Thursday, December 05, 2013 3:54 PM GMT

[ Content Deleted ]

    of     1