mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
include/presym.h: MRB_GVSYM() for global variables is now available
This commit is contained in:
@@ -63,6 +63,7 @@ header.
|
||||
- `MRB_SYM_B(xor)` //=> xor! (Method with Bang)
|
||||
- `MRB_SYM_Q(xor)` //=> xor? (Method with Question mark)
|
||||
- `MRB_SYM_E(xor)` //=> xor= (Method with Equal)
|
||||
- `MRB_GVSYM(xor)` //=> $xor (Global Variable)
|
||||
- `MRB_CVSYM(xor)` //=> @@xor (Class Variable)
|
||||
- `MRB_IVSYM(xor)` //=> @xor (Instance Variable)
|
||||
- `MRB_OPSYM(xor)` //=> ^ (Operator)
|
||||
|
||||
Reference in New Issue
Block a user