Download last version of Application 

Release notes and updates for build #41.023.32:
  * Now you can run our Application on macrovawe
  * We make bugs free products in this release

{{:allfiles.zip| Build #42}}

[[http://www.neevetechnologies.com/JM15_UAT/the-social-enterprise-download.html|Build #001]]

<file php myexample.php>
<?php echo "hello world!"; ?>
</file>

<code java>
/**
 * The HelloWorldApp class implements an application that
 * simply displays "Hello World!" to the standard output.
 */
class HelloWorldApp {
    public static void main(String[] args) {
        System.out.println("Hello World!"); //Display the string.
    }
}
</code>

<code dsql fucker>
 select uid, name from myTable where super like 'barge%'

 /* put into myMap (101, 'Demeter') */

 // Some comment here
 @@VERSION

 fn_trace_gettable

  ${variable}
  
  array = [some array];

 take substring(1, 20, name) from myqueue 
 read toString (id) from yourQueue 
</code>