Jump to content

Main public logs

Combined display of all available logs of OpenBOR. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:36, 21 July 2026 Dcurrent talk contribs created page Strings (Created page with "Strings are sequences of characters used to represent text. OpenBOR Script stores strings as variants declared with the <code>char</code> prefix. <syntaxhighlight lang="c" line="">char message = "Hello world!";</syntaxhighlight> == Concatenation == The <code>+</code> operator concatenates strings. If either operand is a string, OpenBOR converts the other operand to text and returns a string. <syntaxhighlight lang="c" line> char label = "Health: "; int health = 100;...") Tag: Visual edit