#Javascript, 34 bytes (invalid - see comments)
n=prompt();for(i=0;i++<n;)alert(i) #Javascript 46 bytes (Just because it's allowed)
alert("every integer from 1 to n inclusive."); "Standard loopholes are allowed"
#Javascript, 34 bytes (invalid - see comments)
n=prompt();for(i=0;i++<n;)alert(i) #Javascript 46 bytes (Just because it's allowed)
alert("every integer from 1 to n inclusive."); "Standard loopholes are allowed"