forthvector

Forth vocabulary for vector graphics



\ Plot sin wave

include sincos.fs
include tek.fs
also sincos

: demo2  
  1025 0 
  DO     i i sin 100 / 500 + plot 
  LOOP  ;

tek-on page
demo2

by cstrotm

avatar of cstrotm

Versions

0.0.1

Download current as zip

Tags

graphics, vector

Dependencies

None

Dependents

None