2005/5/9

     
 

CfgScript Wish List

artefaktur

The wish list for CfgScript


  • arrays with [] access
  • array slices
  • Extended character literals r"as\ndf" -> results to as\ndf
  • Native RegExp support
  • Foreach with delegate (foreach (int i in delegate obj.getElement) {} where bool getElement(in int idx, out int element))
  • Support for docstrings (for context help), should integrated into ACDK core.