amath
1.8.5
Simple command line calculator
|
#include "amath.h"
#include "amathc.h"
#include "program.h"
#include "language.h"
#include "loc/help.h"
#include "loc/kword.h"
#include "loc/ident.h"
#include "loc/text.h"
#include "main/symbol.h"
#include "main/operatordefs.h"
#include "main/functionalias.h"
Go to the source code of this file.
Variables | |
static const texttag | ansiTags [] |
static const texttag | emptyTags [] |
|
static |
Definition at line 42 of file language.cpp.
Referenced by Language::UntagText().
|
static |
Definition at line 61 of file language.cpp.
Referenced by Language::UntagText().