Created
March 10, 2012 01:46
-
-
Save prime31/2009673 to your computer and use it in GitHub Desktop.
you have got to be kidding me
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function youHaveGotToBeKiddingMe() | |
{ | |
var array = new Array(); | |
array.Push( "stuff" ); | |
if( array.Count > 0 ) | |
var iCantBelieveThisWorks = array[0]; | |
Debug.Log( iCantBelieveThisWorks ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment