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

feat(core): add comments support after if, else, act, loop #49

Open
gretmn102 opened this issue Sep 7, 2024 · 0 comments
Open

feat(core): add comments support after if, else, act, loop #49

gretmn102 opened this issue Sep 7, 2024 · 0 comments

Comments

@gretmn102
Copy link
Collaborator

gretmn102 commented Sep 7, 2024

С версии QSP 5.9 можно писать комментарии после if, else, act, loop

Примеры

if 0: ! test 1
 'valid'
else if 123: ! sdfsdfsdf
 'dsfsdf'
elseif 33: ! test 2
 '!1'
else: ! test 3
 '!2'
else ! test 4
 '!3'
end

act 'ssdsd': ! test 5
end

loop while 0: ! test 6
end
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

No branches or pull requests

1 participant