Skip to content

Commit

Permalink
zz
Browse files Browse the repository at this point in the history
  • Loading branch information
chai2010 committed Mar 29, 2024
1 parent 4bfe070 commit 10f0d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/smalltalk/st0038.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func IncF64(arg_IncF64_f: f64) => f64 {
}
```

其中`Inc`函数接收一个`int`类型的参数,但是通过`#wa:generic IncF64`编译忙碌注解也支持接收一个`f64`类型的参数。比如像下面代码这样使用:
其中`Inc`函数接收一个`int`类型的参数,但是通过`#wa:generic IncF64`编译命令注解也支持接收一个`f64`类型的参数。比如像下面代码这样使用:

```wa
import "apple"
Expand Down

0 comments on commit 10f0d92

Please sign in to comment.