Re: [fpc-pascal] Docs: Type A = Integer?

2016-11-13 Thread Michael Van Canneyt
On Sun, 13 Nov 2016, leledumbo wrote: Maybe this helps: http://www.freepascal.org/docs-html/current/ref/refse19.html I think the OP means that type block is shouldn't be there. The page is talking about include directive and that type definition is not related in anyway with paragraphs below

Re: [fpc-pascal] Docs: Type A = Integer?

2016-11-13 Thread leledumbo
> Maybe this helps: > http://www.freepascal.org/docs-html/current/ref/refse19.html I think the OP means that type block is shouldn't be there. The page is talking about include directive and that type definition is not related in anyway with paragraphs below or above it. -- View this message in

Re: [fpc-pascal] Docs: Type A = Integer?

2016-11-13 Thread Mattias Gaertner
On Sun, 13 Nov 2016 21:21:16 +0100 Ewald wrote: > Hello, > > Section 1.2.40 of Programmers guide > (http://www.freepascal.org/docs-html/prog/progsu40.html#x47-460001.2.40) > says, somewhere in the middle: > > Type > A = Integer; > > Is it supposed to be there? If so, what is it supposed

[fpc-pascal] Docs: Type A = Integer?

2016-11-13 Thread Ewald
Hello, Section 1.2.40 of Programmers guide (http://www.freepascal.org/docs-html/prog/progsu40.html#x47-460001.2.40) says, somewhere in the middle: Type A = Integer; Is it supposed to be there? If so, what is it supposed to mean? -- Ewald ___

Re: [fpc-pascal] C translation question

2016-11-13 Thread Bo Berglund
On Sun, 30 Oct 2016 21:15:03 -0600, "Lars" wrote: >The issue with github is that it encourages a lot of forking rather than >working together as CVS did. We still use CVS and its ability to handle multiple developers on the same code files is one important thing. As is the fact that we have used