Changeset 1276 in Sophya for trunk/SophyaPI/PIext/piacmd.h
- Timestamp:
- Nov 2, 2000, 11:18:50 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.h
r1268 r1276 134 134 // Pour stocker les variables definies par l'interpreteur 135 135 typedef map<string, string, less<string> > CmdVarList; 136 // CmdVarList mVars; Liste des variables137 136 CmdVarList mAliases; // Liste des alias 138 137 … … 143 142 bool bloctest; // On est ds un bloc test 144 143 bool bloccxx; // On est ds un bloc code C++ 145 string codecxx; 144 string codecxx; // Bloc de code C++ 145 bool mulinefg; // Bloc multi-lignes (ligne suite) 146 string mulinecmd; // Commande multi-lignes 146 147 147 148 ofstream hist; // History file
Note:
See TracChangeset
for help on using the changeset viewer.