(AGK version: 108.14)
Submitted: 2013-07-04 02:27:02
Setvirtualresolution(640,480)
ResetTimer()

x#=6.5
y#=-2.1
result#=ATan2(y#,x#)
Repeat
    Printc("The Vector Angle is ")
    Print(Str(result#,4)+" Degrees")
    Sync()
Until Timer()>12
End
Help make AGK better by submitting an example for this command!
(All examples are subject to approval)
Login to post an example of your own.