add constant table in vm

This commit is contained in:
Valk Richard Li
2021-03-08 19:45:33 +08:00
parent 5fba496453
commit ca27c5545a
4 changed files with 25 additions and 26 deletions

View File

@@ -153,7 +153,7 @@ int main()
system("cls");
#endif
logo();
std::cout<<">> Nasal interpreter ver 5.0 .\n";
std::cout<<">> Nasal interpreter ver 6.0 .\n";
std::cout<<">> Code: https://github.com/ValKmjolnir/Nasal-Interpreter\n";
std::cout<<">> Info: http://wiki.flightgear.org/Nasal_scripting_language\n";
std::cout<<">> Input \"help\" to get help .\n";