Difference between revisions of "Pas2JS Version Changes"

From Lazarus wiki
Jump to navigationJump to search
(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...")
 
Line 7: Line 7:
  
 
It does not support operator enumerator, IEnumerator, member modifier enumerator.
 
It does not support operator enumerator, IEnumerator, member modifier enumerator.
 +
 +
== Navigation ==
 +
* Back to [[pas2js]]
 +
* Back to [[lazarus_pas2js_integration]]

Revision as of 14:35, 30 December 2017

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