Photography

Date: 198x
Type: Program
Platform(s): TS 1000

Appears on

Assembled by Tim Ward from many sources. Contains programs 10051 – 10121.

Gallery

Photography

Source Code

   5 REM PHOTOGRAPHY
  10 PRINT "FLASH EXPOSURE"
  20 PRINT "**************"
  30 PRINT "FILM GUIDE NUMBER: ";
  40 INPUT G
  50 PRINT G
  60 PRINT "FLASH/SUBJECT DISTANCE: ";
  70 INPUT D
  80 PRINT D;" FEET"
  90 LET F=G/D
 100 PRINT "SHOOT AT F/";F
 110 IF INKEY$="" THEN GOTO 110
 120 CLS 
 130 GOTO 10
 150 SAVE "1005%6"
 200 RUN 

People

No people associated with this content.

Scroll to Top