Top "Pascal" questions

Pascal is an imperative language from the Wirthian family created in 1969.

Declaring Pascal-style strings in C

In C, is there a good way to define length first, Pascal-style strings as constants, so they can be placed …

c string pascal
Can Identifiers be duplicated across cases of a variant record in FreePascal?

Here's my problem: I want to create a record type where among the cases of a variant record, some, but …

record pascal freepascal variant