Skip to content

Instantly share code, notes, and snippets.

@prime31
Created March 10, 2012 01:46
Show Gist options
  • Save prime31/2009673 to your computer and use it in GitHub Desktop.
Save prime31/2009673 to your computer and use it in GitHub Desktop.
you have got to be kidding me
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