initial commit

This commit is contained in:
Ethan Sifferman
2023-07-28 22:22:15 -07:00
parent 999bcb6935
commit eb104a727e
3 changed files with 18 additions and 5 deletions
+3 -3
View File
@@ -765,13 +765,13 @@ The .ufunc statements define a call to a user defined function.
::
<label> .ufunc/real <flabel>, <wid>,
<isymbols> ( <psymbols> ) <ssymbol>;
[<isymbols> ( <psymbols> )] <ssymbol>;
<label> .ufunc/vec4 <flabel>, <wid>,
<isymbols> ( <psymbols> ) <ssymbol>;
[<isymbols> ( <psymbols> )] <ssymbol>;
<label> .ufunc/e <flabel>, <wid>, <trigger>,
<isymbols> ( <psymbols> ) <ssymbol>;
[<isymbols> ( <psymbols> )] <ssymbol>;
The first variant is used for functions that only need to be called
when one of their inputs changes value. The second variant is used