AppleSoft BASIC 1/2-liners

We'll sit down and go over the process of writing a classic BASIC 1-liner and some of my methods. This is an informal talk, shot in one take. I apologize for the poor quality, but my rig is not very good right now and I somehow had the wrong recording settings. Final program: HGR:HOME:FOR T=0 TO 359:X=16*SIN(T)^3:Y=13*COS(T)-5*COS(2*T)-2*COS(3*T)-COS(4*T):FOR S=1 TO 3:HCOLOR = 4+S:B=150-(Y*S+75):HPLOT X*S+139,B:HPLOT X*S+140,B:NEXT:NEXT:VTAB 21:HTAB 15:?"SPREAD LOVE" I post my 1-liners on Twitter... Follow me: @65816guy Link to a gitlab repo of 1/2-liners: https://github.com/thelbane/Apple-II-...