Measures Concepts
GitHub icon

2-pak

2-pak - Programming language

< >

2-pak is a programming language created in 1975.

#1773on PLDB 49Years Old


Example from the web:
coroutine FRUIT_GEN() begin strin g FRUIT ; FRUIT :- 'CHERRY1 ; detach ; whil e tru e do case FRUIT of 'CHERRY1 : FRUIT := 'LEMON1 ; 'LEMON': FRUIT := 'ORANGE? ; 'ORANGE1 : FRUIT :- 'APPLE' ; 'APPLE': FRUIT :- 'CHERRY' ; end ; detach ; end ; end ;

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout