diff options
| author | Yong He <yonghe@outlook.com> | 2023-10-13 13:42:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-13 13:42:17 -0700 |
| commit | edf90f5f2efce86830a6ddfbe4c6250d7aca93d5 (patch) | |
| tree | cb1a72ef077a76971316aa1698656c25b1ad65f9 /docs/user-guide/a1-04-interop.md | |
| parent | 078cf8ede994db1cc1f29215bd25509e2abc4885 (diff) | |
Update a1-04-interop.md (#3277)
Diffstat (limited to 'docs/user-guide/a1-04-interop.md')
| -rw-r--r-- | docs/user-guide/a1-04-interop.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/user-guide/a1-04-interop.md b/docs/user-guide/a1-04-interop.md index f33a48470..fea73d074 100644 --- a/docs/user-guide/a1-04-interop.md +++ b/docs/user-guide/a1-04-interop.md @@ -39,12 +39,12 @@ The `__intrinsic_asm` statement in `myPrint` serves as the definition for the fu | Macro | Expands to | |-----------|-------------| -| $<index> | Argument `<index>`, starting from 0 | -| $T<index> | Type of argument `<index>` | -| $TR | The return type. | -| $N<index> | The element count of argument `<index>`, if the argument is a vector. | -| $S<index> | The scalar type of argument `<index>`, if the argument is a matrix or vector. | -| $*<index> | Emit all arguments starting from `<index>` as comma separated list | +| `$<index>` | Argument `<index>`, starting from 0 | +| `$T<index>` | Type of argument `<index>` | +| `$TR` | The return type. | +| `$N<index>` | The element count of argument `<index>`, if the argument is a vector. | +| `$S<index>` | The scalar type of argument `<index>`, if the argument is a matrix or vector. | +| `$*<index>` | Emit all arguments starting from `<index>` as comma separated list | ## Defining Intrinsic Types |
