19 lines
233 B
C++
19 lines
233 B
C++
#ifndef ____for_h__
|
|
#define ____for_h__
|
|
|
|
#include "Tag.h"
|
|
#include <sstream>
|
|
|
|
namespace jet {
|
|
|
|
class __for : public Tag {
|
|
|
|
public:
|
|
__for(coreutils::ZString &in, coreutils::MString &out);
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif
|