Charles your ideas are as good as the clever names you come up with: ASMosphere and now Co2
Printable View
Charles your ideas are as good as the clever names you come up with: ASMosphere and now Co2
I also dont like {} signs.uh!!!!
The C developers did not like typing but this should be possible:
#define begin {
#define end }
#define sub void
sub main()
begin
print ("Hello World!")
end
And here we are with a perfect PASCAL block embending which I personally like very very much. :)Quote:
Originally Posted by Charles Pegge