Difference between revisions of "Supported Software"

From 3forge Documentation
Jump to navigation Jump to search
Tag: visualeditor
m
Tag: visualeditor
Line 6: Line 6:
 
}
 
}
 
</syntaxhighlight>
 
</syntaxhighlight>
another codeblock<syntaxhighlight lang="sql">
+
another codeblock<syntaxhighlight lang="amiscript">
 +
session.alert("test");
 +
</syntaxhighlight><syntaxhighlight lang="sql">
 
SELECT * FROM Country;
 
SELECT * FROM Country;
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 20:47, 4 March 2021

1Map m = new Map();
2List l = new List();
3for (int i = 0; i < l.size(); i++) {
4    session.log("hey mir");
5}

another codeblock

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