diff options
Diffstat (limited to 'src/environment.c')
| -rw-r--r-- | src/environment.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/environment.c b/src/environment.c index 651bc9ca..8bf77733 100644 --- a/src/environment.c +++ b/src/environment.c @@ -516,6 +516,7 @@ env_t *global_env(bool source_mapping) const char *name, *code, *type_str; } global_vars[] = { {"USE_COLOR", "USE_COLOR", "Bool"}, + {"TOMO_VERSION", "TOMO_VERSION_TEXT", "Text"}, {"say", "say", "func(text:Text, newline=yes)"}, {"print", "say", "func(text:Text, newline=yes)"}, {"getenv", "getenv_text", "func(name:Text -> Text?)"}, |
