mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
document !strconcat
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30032 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a396ee8e17
commit
40de6cadc6
@ -322,6 +322,8 @@ supported include:</p>
|
|||||||
<li><tt>(DEF a, b)</tt> - a dag value. The first element is required to be a
|
<li><tt>(DEF a, b)</tt> - a dag value. The first element is required to be a
|
||||||
record definition, the remaining elements in the list may be arbitrary other
|
record definition, the remaining elements in the list may be arbitrary other
|
||||||
values, including nested `<tt>dag</tt>' values.</li>
|
values, including nested `<tt>dag</tt>' values.</li>
|
||||||
|
<li><tt>!strconcat(a, b)</tt> - A string value that is the result of
|
||||||
|
concatenating the 'a' and 'b' strings.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>Note that all of the values have rules specifying how they convert to values
|
<p>Note that all of the values have rules specifying how they convert to values
|
||||||
|
Loading…
Reference in New Issue
Block a user