The Dink Network

Reply to Re: SEMICOLONS ARE THE SPAWN OF BEELZEBUB

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
February 19th 2013, 05:03 PM
dragon.gif
Quiztis
Peasant He/Him Sweden bloop
Life? What's that? Can I download it?! 
Da computor doesn't know when to excectute next statement without semicolons. Besides having a distinct character as a separator is far more comfortable than none imo and you can cram in lotsa code on one line with semicolons:

int b; int a = b + c; int x + c = d;

int b int a = b + c int x + c = d <- dafuq



I know that DinkC really isn't that advanced, but the semicolons are simply inherited from C and Java and the likes and it is not readable code to a seasoned C/Java programmer if it doesn't include semicolons.