mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
doc: add clarification to %sel()
Add clarification that %sel(), like %cond(), never expands non-selected arguments. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
d9b36e3c9c
commit
02384ec6ac
@ -2919,6 +2919,8 @@ expands to nothing.
|
||||
\c %define b 2
|
||||
\c %xdefine bstr %sel(b,"one","two","three") ; %define bstr "two"
|
||||
|
||||
The arguments not selected are never expanded.
|
||||
|
||||
|
||||
\S{f_str} \i\c\{%str()} Function
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user