Skip to content

Commit ece2f56

Browse files
author
GitHub Action
committed
Update RGBDS master documentation
1 parent da7c7f3 commit ece2f56

File tree

11 files changed

+8
-0
lines changed

11 files changed

+8
-0
lines changed

docs/gbz80.7.pdf

0 Bytes
Binary file not shown.

docs/rgbasm-old.5.pdf

0 Bytes
Binary file not shown.

docs/rgbasm.1.pdf

0 Bytes
Binary file not shown.

docs/rgbasm.5.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,14 @@ <h3 class="Ss" id="String_expressions"><a class="permalink" href="#String_expres
774774
&#x2018;<code class="Li">&quot;string&quot;</code>&#x2019;, or to
775775
&#x2018;<code class="Li">STRCAT(&quot;str&quot;,
776776
&quot;ing&quot;)</code>&#x2019;.</p>
777+
<p class="Pp">You can use the &#x2018;===&#x2019; and &#x2018;!==&#x2019;
778+
operators to compare two strings. &#x2018;<code class="Li">&quot;str&quot;
779+
=== &quot;ing&quot;</code>&#x2019; is equivalent to
780+
&#x2018;<code class="Li">STRCMP(&quot;str&quot;, &quot;ing&quot;) ==
781+
0</code>&#x2019;, and &#x2018;<code class="Li">&quot;str&quot; !==
782+
&quot;ing&quot;</code>&#x2019; is equivalent to
783+
&#x2018;<code class="Li">STRCMP(&quot;str&quot;, &quot;ing&quot;) !=
784+
0</code>&#x2019;.</p>
777785
<p class="Pp">The following functions operate on string expressions, and return
778786
strings themselves.</p>
779787
<table class="Bl-column">

docs/rgbasm.5.pdf

52 Bytes
Binary file not shown.

docs/rgbds.5.pdf

0 Bytes
Binary file not shown.

docs/rgbds.7.pdf

0 Bytes
Binary file not shown.

docs/rgbfix.1.pdf

0 Bytes
Binary file not shown.

docs/rgbgfx.1.pdf

0 Bytes
Binary file not shown.

docs/rgblink.1.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)