19 lines
288 B
C++
19 lines
288 B
C++
#ifndef ____until_h__
|
|
#define ____until_h__
|
|
|
|
#include "Tag.h"
|
|
#include <sstream>
|
|
|
|
namespace jet {
|
|
|
|
class __until : public Tag {
|
|
|
|
public:
|
|
__until(coreutils::ZString &in, coreutils::MString &parentOut, Global &global, Tag *parent, Tag *local);
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif
|