All public logs

Jump to navigation Jump to search

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

Logs
  • 00:18, 6 July 2024 Ovidiu talk contribs created page Go if (Created page with "The <code>if</code> statement specifies the conditional execution of two branches according to the value of a boolean expression. Optionally, the boolean expression may be preceded by another statement, which is executed before the expression is evaluated. ===Simple If=== {{External|https://go.dev/ref/spec#If_statements}} <syntaxhighlight lang='go'> if <condition> { <statements> } </syntaxhighlight> <syntaxhighlight lang='go'> if x >...")
  • 01:00, 6 September 2023 Ovidiu talk contribs deleted page Go if (content was: "=Overview= The <tt>if</tt> statements specify the conditional execution of two branches according to the value of a boolean expression. <pre> if x > max { x..." (and the only contributor was "Ovidiu"))