32 #include "system/program.h"
void Append(const char c)
void SetPrompt(const char *text) const
Base class for all statements in a syntax tree.
bool RemoveTrailing(const char c)
CharBuffer()
Initialize without allocating memory.
PromptStatement(char *prompt)
void ClearAndCopy(const char *source)
Release memory, allocate and copy source.
unsigned int AllocAndCopy(char **destination, const char *source)
Allocate memory and copy a string into the array.
Encapsulate an character array which can be used as a string.