mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Updated Scripting faq (markdown)
+11
@@ -11,3 +11,14 @@
|
||||
```
|
||||
This causes a error in CRuby.
|
||||
This behavior is a limitation by the current implementation.
|
||||
|
||||
## I can't alias for global variables.
|
||||
|
||||
```
|
||||
> alias $a $__a__
|
||||
line 1: syntax error, unexpected tGVAR
|
||||
```
|
||||
Aliasing global variables using alias statement is out of ISO scope.
|
||||
it's mruby limitation.
|
||||
|
||||
See also [mruby/issues#1154](https://github.com/mruby/mruby/issues/1154).
|
||||
Reference in New Issue
Block a user