#Javascript, 34 bytes (invalid - see comments)
n=prompt();for(i=0;i++<n;)alert(i) #Javascript 49 bytes (Just because it was allowed)
alert("every integer from `1` to `n` inclusive.") OP changed the rules :(
#Javascript, 34 bytes (invalid - see comments)
n=prompt();for(i=0;i++<n;)alert(i) #Javascript 49 bytes (Just because it was allowed)
alert("every integer from `1` to `n` inclusive.") OP changed the rules :(