Skip to main content

Definitions by Jacob Wedlick

Green Arrow of Death 

When programming with Microsoft Visual Basic, if there is an error with your code this will point to the flawed part and highlight the text in green. It basically means you really messed something up.
I declared my variable as an integer instead of a string and so I got the Green Arrow of Death.