Jump to content

Wosi

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

8 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I've just released the next version of OmniPascal. It's coming with support for the inherited keyword, type helpers and inline variables. http://blog.omnipascal.com/omnipascal-0-17-0-inherited-keyword-type-helpers-and-inline-variables/
  2. Wosi

    Inline Variables Coming in 10.3

    Great! What's about this: const RESTClient = TRESTClient.Create(Nil); Does it work? I'm having a good feeling about it 😉 https://github.com/RomanYankovsky/DelphiAST/pull/271
  3. Wosi

    Inline Variables Coming in 10.3

    Marco says in his blog post: So I think constant value expressions are evaluated at compile time. But I would love to see inline constants initialized with dynamic values just like in TypeScript.
×