You know, on TI graphing calculators, to draw a circle, it's just two graphed equations:
y1=sqrt(r2 - x2)
y2=-sqrt(r2 - x2)
where r is the radius of the circle you would like drawn. This is derived from the definition equation of a circle, x2 + y2 = r2.
I'm pretty sure in the past, for me, something like If A < 100 Then Goto B worked.