Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Show Language's tagline on each execution #12

Closed
wants to merge 1 commit into from
Closed

Fix: Show Language's tagline on each execution #12

wants to merge 1 commit into from

Conversation

PhantomKnight287
Copy link
Contributor

The line

println!("Welcome to the Ram stack-based programming language.");

was in if statement.
Moved it above so that it shows this statement everytime.

@ujjwal-kr
Copy link
Owner

ujjwal-kr commented Feb 17, 2022

It was intended to be that way. I don't want it to be visible when a file is ran using the args as in all languages. But starting the executable directly would print the message as in python shell.

@ujjwal-kr ujjwal-kr closed this Feb 17, 2022
@PhantomKnight287
Copy link
Contributor Author

okay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants