Help and general information belong content of this blog, which is written in English and German. The language is selected based on the browser setting; the language can also be selected with the language switch in the left sidebar.
Post text formatting in italics or bold stand for executable commands, or it is related to synonyms.
The code syntax highlighting is featured by the “Code Syntax Block” plugin. The plugin enables code syntax highlighting by using the Prism syntax highlighter.
public class sample
{
public static void DrawDot (int number) {
for (int i = 0; i < number; i++) {
System.out.print (".");
}
}
}
The Code instruction enable Copy Paste, so that the content of the codebox can be copied and pasted as specified.
Note: The mouse must be pointed over a text.

