mirror of
https://github.com/ksherlock/mpw.git
synced 2025-08-16 02:27:21 +00:00
toolbreak
This commit is contained in:
@@ -282,6 +282,11 @@ bool ParseLine(const char *iter, Command *command)
|
||||
continue;
|
||||
}
|
||||
|
||||
'tbrk' | 'tbreak' | 'toolbreak' {
|
||||
Parse(parser, tkBREAK, 0, command);
|
||||
continue;
|
||||
}
|
||||
|
||||
'g' | 'go' {
|
||||
Parse(parser, tkCONTINUE, 0, command);
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user