Advertisement
igovasconcelos

Untitled

Aug 24th, 2020
2,983
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. BEGIN REAL A,B,C,D'
  2. READ D'
  3. FOR A:= 0.0 STEP D UNTIL 6.3 DO
  4.  BEGIN
  5.    PRINT PUNCH(3),££L??'
  6.    B := SIN(A)'
  7.    C := COS(A)'
  8.    PRINT PUNCH(3),SAMELINE,ALIGNED(1,6),A,B,C'
  9.  END'
  10. END'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement