Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

MM

Name: Anonymous 2007-07-31 21:42 ID:uTwyyF9u

ITT Your best little scripts

<script language="javascript">
for (;;) {
   echo "desu ";
}
</script>

Name: Anonymous 2007-08-01 5:28 ID:OFiXDzRv

[ "DESU " write dup call ] dup call
fixed. you could also do it like this:
: DESU ( -- ) "DESU " write DESU ;
DESU

or:
1 [ 1- "DESU " write ] repeat

print "DESU " while 1;
fixed.
shorter: {print"DESU ";redo}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List