[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: "Empty" statement ?
- From: RLake@...
- Date: Mon, 26 Apr 2004 23:04:38 -0400
> isn't there any 'empty' statement ?
No. A chunk can consist of zero statements, which
is not the same thing.
> Here is the reason of my very small problem:
>> print("foo");;
> stdin:1: unexpected symbol near `;'
So don't use semicolons? They are rarely necessary.