Files
mruby-mruby/mrbgems/mruby-compiler/core
fn ⌃ ⌥ 273fcbc347 ops.h: update OP_ARYDUP instruction and rename to OP_ARYSPLAT.
Transforms the value of a splat inside a return statement (similar
to an array). For example, `return *nil` should return `nil.to_a`,
while `return *1` should return `[1]`
2022-10-29 19:54:34 -07:00
..
2021-03-01 10:06:17 +10:00
2019-12-09 20:50:41 +09:00