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

End statements #6

Open
SK1Y101 opened this issue Jul 5, 2021 · 2 comments
Open

End statements #6

SK1Y101 opened this issue Jul 5, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@SK1Y101
Copy link
Member

SK1Y101 commented Jul 5, 2021

So in C, if you have two commands separated by a semicolon, they can be on the same line with no problem.
Ie:
int x; x=10; printf(x)
Is three separate commands.

I propose that, as this language is based on plain English text, that we use a full stop, and each command is treated like a sentence:
Make x equal to 10. Show x.

Python of course achieves this by forcing each command to be on a separate line.

@SK1Y101 SK1Y101 added the enhancement New feature or request label Jul 5, 2021
@SK1Y101 SK1Y101 added this to the Full Language Syntax milestone Jul 5, 2021
@SK1Y101 SK1Y101 mentioned this issue Jul 5, 2021
14 tasks
@senay21
Copy link

senay21 commented Jul 8, 2021

Their might be problem confusion of full stop with decimal.

@SK1Y101
Copy link
Member Author

SK1Y101 commented Jul 8, 2021

Hmm, you raise a good point.

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

No branches or pull requests

2 participants