Updated Scripting faq (markdown)

monaka
2013-04-06 21:35:10 -07:00
parent 042446da2c
commit f7ee2f0149
+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).