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

Syntax: define the comments #8

Closed
fly-lang opened this issue Feb 9, 2021 · 1 comment
Closed

Syntax: define the comments #8

fly-lang opened this issue Feb 9, 2021 · 1 comment
Labels
good first issue Good for newcomers planning For project plan tracking

Comments

@fly-lang
Copy link
Owner

fly-lang commented Feb 9, 2021

Enable comments by following options:

  • // double slash
  • /* */ slash asterisk
  • # hashtag
  • -- double dash

For more Options:
https://en.wikipedia.org/wiki/Comment_(computer_programming)

@fly-lang fly-lang added the good first issue Good for newcomers label Feb 9, 2021
@fly-lang fly-lang added the planning For project plan tracking label Feb 11, 2021
@marcoromagnolo
Copy link
Collaborator

Accepted for comments inline:

// comment
# comment

Accepted for multiline comments:

/* comment */

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers planning For project plan tracking
Projects
None yet
Development

No branches or pull requests

2 participants