Re: The free format?
kurt sune wrote:
> VB is supposed to have free format.
No it isn't, at least VB.NET isn't. There are plenty of places where a
newline is syntactically necessary. In general, the Basic family of
languages has always been line-oriented. The C family of languages has
generally been character-oriented, and I believe C# retains this: you
can write perfectly acceptable C# programs on one line, if you want.
You would hate Python.
--
Larry Lard
Replies to group please
.
Relevant Pages
- Re: Miscellanous Language Ranting (was Re: For performance, write it in C - Part 2, comparing C,
... The programming I get paid to do is largely in PHP and ActionScript 2.0 ... ActionScript, which are lexical closures, I ... those other languages intendthem to be, ... do plenty of other things with it, nor that no one doesn't do other ... (comp.lang.ruby) - Disabling auto-calculation in Excel via Win32::OLE
... Can anyone tell me how to disable auto-calculation in Excel (used via ... I've found plenty of references to doing so in ... other languages, but for Perl, just some mailing list posts asking the ... (comp.lang.perl.misc) - Re: perl continuation character
... Mirco Wahab ha escrito: ... Some languages see a newline as the end of a statement, ... You mean like for the 6502 assembler for example? ... (comp.lang.perl.misc) - Re: perl continuation character
... you're writing in one of those you need to escape the newline, ... character for those languages is called the "continuation ... character" because it indicates that the statement will continue ... (comp.lang.perl.misc) - Re: MS SQL geek wants to jump ship, plz help on first Perl script
... Henry Law wrote: ... My total failure to know that is an interesting comment on how languages ... "If the final value of LIST does not end in a newline (and you're not ... (comp.lang.perl.misc) |
|