Commit 88342b27 authored by Ralph Desir's avatar Ralph Desir

Update array.h.md

parent b9716c59
### mrb_ary_new
```C
mrb_value mrb_ary_new(mrb_state *mrb);
```
Initializes an array.
#### Example
example.c
```C
```
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