Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Data Communications ALGOL

< >

Data Communications ALGOL is a programming language created in 1970.

#3100on PLDB 54Years Old


Example from the web:
BEGIN ARRAY DCREC [0:0]; MESSAGE BUSTER; QUEUE PRIMARY; INTEGER I1; POINTER P1; ALLOCATE (BUSTER, 8); BUSTER [0] := 0; I1 := DCWRITE (BUSTER, PRIMARY); %Initialize Primary Queue ALLOCATE (BUSTER, 9); BUSTER [0] := 0 & 4 [47:8] & 1 [31:1] & 1 [30:1] & 1 [29:1] & 1 [28:1] & 1 [27:1] & 1 [26:1] & 1 [25:1] & 472 [22:23]; I1 := DCWRITE (BUSTER); %Station Inquiry RESIZE (DCREC, SIZE (BUSTER) + 10, DISCARD); REPLACE P1:DCREC [1] BY POINTER (BUSTER [1], 8) FOR (SIZE (BUSTER) - 1) * 6; WHILE MYSELF.TASKVALUE = 0 DO DISPLAY ("HELLO WORLD"); %Duh END.

Language features

Feature Supported Example Token
Strings ✓ "Hello world" "

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0