[COMPILER]
* NEW: Add the '^=' assignment operator. git-svn-id: svn://localhost/gambas/trunk@1837 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
084f682161
commit
741cd010cd
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ COMP_INFO COMP_res_info[] =
|
||||||
{ "\\=", RSF_ASGN, RS_BSLASH },
|
{ "\\=", RSF_ASGN, RS_BSLASH },
|
||||||
{ "&=", RSF_ASGN, RS_AMP },
|
{ "&=", RSF_ASGN, RS_AMP },
|
||||||
{ "&/=", RSF_ASGN, RS_FILE },
|
{ "&/=", RSF_ASGN, RS_FILE },
|
||||||
|
{ "^=", RSF_ASGN, RS_FLEX },
|
||||||
|
|
||||||
{ NULL }
|
{ NULL }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue