This commit is contained in:
Valk Richard Li
2020-01-19 17:30:36 +08:00
committed by GitHub
parent 52aef836b8
commit 4606e3b90d
3 changed files with 29 additions and 2 deletions

View File

@@ -17,7 +17,9 @@ int main()
#ifdef TARGET_OS_MAC
std::cout<<">>[system] MacOS system."<<std::endl;
#endif
std::cout<<">> Nasal interpreter ver 2.0: https://github.com/ValKmjolnir/Nasal-Interpreter"<<std::endl;
std::cout<<">> Nasal interpreter ver 2.0 ."<<std::endl;
std::cout<<">> Code: https://github.com/ValKmjolnir/Nasal-Interpreter"<<std::endl;
std::cout<<">> More info: http://wiki.flightgear.org/Nasal_scripting_language"<<std::endl;
std::cout<<">> Input \"help\" to get help ."<<std::endl;
while(1)
{