You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
128 B

3 years ago
3 years ago
  1. EULER
  2. MULTIPLY $ $
  3. IF COMPARE $ 7.3890557
  4. THEN
  5. PRINT 25
  6. GOTO end
  7. ELSE
  8. PRINT 10
  9. ENDIF
  10. LABEL loop
  11. PRINT 50
  12. GOTO loop
  13. LABEL end