Commit 98ce9ea0 by Liang ZOU Committed by Yizhi Liu

[DOCS] typo "@func myfunc" => "func @myfunc" (#2333)

typo "@func myfunc" => "func @myfunc"
parent e5d92e1b
......@@ -75,7 +75,7 @@ GlobalVar decouples the definition/declaration and enables recursion and delayed
.. code ::
@def myfunc(%x) {
def @myfunc(%x) {
%1 = equal(%x, 1)
if (%1) {
%x
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment