Pas2JS Version Changes

From Lazarus wiki
Revision as of 14:32, 30 December 2017 by Michael (talk | contribs) (Created page with "== Version 0.8.41 == Version 0.8.41 supports enumerators: * ordinal types: char, boolean, byte, ..., longword, enums, sets, static array, custom range * const set * variable...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Version 0.8.41

Version 0.8.41 supports enumerators:

  • ordinal types: char, boolean, byte, ..., longword, enums, sets, static array, custom range
  • const set
  • variables: set, string, array
  • class GetEnumerator

It does not support operator enumerator, IEnumerator, member modifier enumerator.