Pas2JS Version Changes

From Free Pascal wiki
Revision as of 14:35, 30 December 2017 by Michael (talk | contribs)
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.

Navigation