home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-01-13 | 585 b | 27 lines | [TEXT/TEXT] |
- label example
- prompt 'Hi there, Im Scientists Helper, a Scientific Data Manipulator'
- prompt 'please arrange the command and graphics windows'
- input junk 'so that they dont overlap, and hit return'
- delete variable junk
- allocate 128 2
- samp .025
- start -1.6
- interpolated true
- cmath 1 #/ 1 = 2
- cfunction sin 2 2
- clear
- scale 1 2
- axes
- plot 1 2
- plot 1 2 stars
- label loop
- cursor 'please select a point on the graph and click the mouse'
- prompt 'that point had coordinates ' @xpos ' and ' @ypos
- input answer 'pick another point ? y or n'
- if @answer s= y
- goto loop
- delete variable answer
- return
-
-
-