Just try it!, Bocah lagi kurang kerjaan… -__-” {IDL Platform}
pro loveyou x=0.001*findgen(9000)-4.5 p=(sqrt(cos(x))*cos(1000*x)+sqrt(abs(x))-0.7)*(4-x*x)^0.01 q=sqrt(9.-x^2.) r=-sqrt(9.-x^2.) window,0,xsize=550,ysize=500 a='You ask me how I feel about you,' b='I wouldn’t say that I don’t like you,' c='could it be you’ve been crying?' d='Ahh...' e='You can be kind of cute,' f='As you run away, I grab holdof your hand,' g='Deep within my chest, something suddenly begins to stir,' h='It would be nice if a study guide of love existed,' i='There are too many problem I don’t understand.' j='It would be nice if a teacher for love existed,' k='Does YOU + ME = ' l='LOVE, huh?' poem=[a,b,c,d,e,f,g,h,i,j,k,l] plot,x,q,psym=3,xrange=[-6.,6.],yrange=[-6.,6.],background='ffffff'x,color='000000'x,$ title='Just another confession',xtitle='YOU',ytitle='ME',charthick=1.45,charsize=1.25 oplot,x,p,psym=3,color='0000ff'x oplot,x,r,psym=3,color='ff0000'x for i=0.,11. do xyouts,-5.,-i+5.5,poem[i],color='000000'x,charthick=1.5,charsize=1.15 end