[Pas2js] Prefix_&_support

warleyalex warleyalex at yahoo.com.br
Tue May 15 14:26:38 CEST 2018


The whole point is the pas2js language feature, it could compile such
statements, for instance:
-----------
  compressed_UInt8Array := TJSUint8Array.of(1,2,3); 

  or 

  defer 
    .then(@_doTask1) 
    .then(@_doTask2) 
    .then(@_doTask3); 
-----------
the compiler can escape the "_" or "&" prefix to allow using reserverd words
as identifies, like DWScript does.




--
Sent from: http://pas2js.38893.n8.nabble.com/


More information about the Pas2js mailing list