Skip to content

Conversation

robdaemon
Copy link
Contributor

Adds the following data type keywords: Int8, Int16, Int32, UInt8, UInt16, UInt32, IntPtr, UIntPtr

Int8, Int16, Int32, UInt8, UInt16, UInt32, IntPtr, UIntPtr
@alefragnani alefragnani self-assigned this Apr 14, 2024
@alefragnani
Copy link
Owner

Hi @robdaemon ,

First of all, thank you for your PR.

Just out of curiosity, in which Pascal flavor are these data types available? Delphi, FreePascal, Oxygene?

Thank you

@robdaemon
Copy link
Contributor Author

@alefragnani Sorry for the delayed response. These are from Free Pascal.

type UInt32 = Cardinal;
type UInt64 = QWord;
type UInt8 = Byte;
type UInt16 = Word;

@alefragnani
Copy link
Owner

Hi @robdaemon ,

No need to be sorry. The question was only to properly document in the release notes 😬

Thank you

@alefragnani alefragnani merged commit 5c52ea1 into alefragnani:master Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants