Merge pull request #184 from XC-Zero/patch-1

Update data_and_memory.md
pull/191/head^2
Yudong Jin 2 years ago committed by GitHub
commit 78fa5e18c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,7 +74,11 @@ comments: true
=== "Go"
```go title=""
// 使用多种「基本数据类型」来初始化「数组」
var numbers = [5]int{}
var decimals = [5]float64{}
var characters = [5]byte{}
var booleans = [5]bool{}
```
=== "JavaScript"

Loading…
Cancel
Save