include/presym.h: MRB_GVSYM() for global variables is now available

This commit is contained in:
Yukihiro "Matz" Matsumoto
2024-12-14 16:03:35 +09:00
parent 46019f3871
commit d13e6ff8c9
7 changed files with 12 additions and 2 deletions
+1
View File
@@ -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)