When I downloaded the latest version 3.8.1, inside wp-include/js there is a jQuery folder.
Can I assume that WordPress will always include it, meaning I don't have to make my own call? E.g.
wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js', array(), null, false); wp_enqueue_script('jquery');
$shorthand notation.