Information AboutAlgo |
| CATEGORIES ABOUT ALGO | |
| programming languages | |
| algol programming language family | |
|
ALGO was one of several programming languages inspired by the ''Preliminary Report on the International Algorithmic Language'' written in Zürich in 1958 . This report underwent several modifications before becoming the Revised Report on which most ALGOL implementations are based. As a result, ALGO and other early "ALGOLs" have a very different syntax from ALGOL 60 . Other languages developed from the Zürich report include BALGOL , MAD (Michigan Algorithm Decoder) and NELIAC . EXAMPLE Here is the Trabb Pardo-Knuth Algorithm in ALGO:
8. END 9. FOR I=0(1)10 10. A {Link without Title} =KEYBD 11. FOR J=0(1)10 BEGIN 11. I=J-10 12. F(A {Link without Title} =Y) 13. PRINT(FI)=I 14. IF Y > 400 15. GO TO LARGE 16. PRINT(FL)=Y 17. GO TO NEXT 18. LARGE: PRINT(FLARGE)=999 19. NEXT: CARR(1) END 20. END Notes
EXTERNAL LINKS |
|
|