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

Reply via email to