Parcourir la source

rm block in mvalue

develop-theo
Sebeck10 il y a 2 ans
Parent
révision
0869f79f74
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. +0
    -2
      ccmeta.leg

+ 0
- 2
ccmeta.leg Voir le fichier

@ -2168,10 +2168,8 @@ metaCatch = META_AT ( META_IMPORT s:META_STRING ";" { inputStack
| META_LCB s:mstmts { map_append(outputProgram, s); $$= null }
)
mvalue = i:META_IDENT { $$= eval(globals, newGetVariable(i)) }
| META_LPAREN ( i:MO_OPERATION
#| i:meta_block usefull ?
| i:meta_exp
) META_RPAREN { $$= eval(globals, i) }

Chargement…
Annuler
Enregistrer