[C--] First C-- code from Algol 68

Hendrik Boom <[email protected]> Fri, 12 Dec 2008 23:33:00 +0000 (UTC)
Newsgroups gmane.comp.lang.c--
Message-ID <[email protected]>
This is from an ALgol 68 program that does nothing but add two numbers 
and throw them away.  Layout stinks.  But does it look remotely 
reasonable?

H2(
){
bits32 H4;
H4=  add(8::bits32
,7::bits32
);return;
}


How do I indicate that this is the whole main program?  I.e., how do I 
tell it where to start executing?

-- hendrik

_______________________________________________
Cminusminus mailing list
[email protected]
https://cminusminus.org/mailman/listinfo/cminusminus