Update 2024-03-27: Greatly expanded the "Samples" page and renamed it to "Glossary".
Update 2024-04-04: Added 5 million mid-2011 posts from the k47 post dump. Browse (mostly) them here.
Update 2024-04-07: Added ~400 October 2003 posts from 4chan.net. Browse them here.

Welcome to Oldfriend Archive, the official 4chan archive of the NSA. Hosting ~170M text-only 2003-2014 4chan posts (mostly 2006-2008).
[3 / 1 / ?]

No.8337885 View ViewReplyOriginalReport
Hey, I need to draw a cirlce in a TI-89 Voyage 200, which I can, but it needs to be moveable. When I try to move it, it just flickers.

:pp(a)
:-Prgm
:ClrDraw
:2 -> x
:2 -> y
:0.0 -> d
:Circle x,y,2
:For n,1,a,1
:0 -> k
:While k=0
:getkey() -> k
:EndWhile
:If k=338 Then :y+d -> y