Difference between revisions of "Supported Software"

From 3forge Documentation
Jump to navigation Jump to search
Tag: visualeditor
Tag: visualeditor
Line 5: Line 5:
 
     session.log("hey mir");
 
     session.log("hey mir");
 
}
 
}
 +
</syntaxhighlight>
 +
another codeblock<syntaxhighlight lang="sql">
 +
SELECT * FROM Country;
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 19:25, 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

SELECT * FROM Country;