Difference between revisions of "Supported Software"

From 3forge Documentation
Jump to navigation Jump to search
m
Tag: visualeditor
Tag: visualeditor
Line 1: Line 1:
 
<syntaxhighlight lang="amiscript" line="1">
 
<syntaxhighlight lang="amiscript" line="1">
Map m = new Map();
+
Select * from Country
List l = new List();
 
for (int i = 0; i < l.size(); i++) {
 
    session.log("hey mir");
 
}
 
 
</syntaxhighlight>
 
</syntaxhighlight>
 
another codeblock<syntaxhighlight lang="amiscript">
 
another codeblock<syntaxhighlight lang="amiscript">

Revision as of 21:07, 4 March 2021

1Select * from Country

another codeblock

session.alert("test");
SELECT * FROM Country;