y=[sin(x) for x=0:2pi/100:2pi]; plot(y)
a=0;b=1;n=100;x=range(a,stop=b,length=n+1) y=sin.(x) plot(x,y)