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 wrong syntax ABAP 7.50 p23 #94

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Fix wrong syntax ABAP 7.50 p23 #94

merged 1 commit into from
Aug 22, 2024

Conversation

igdies
Copy link
Contributor

@igdies igdies commented Aug 22, 2024

syntax a += 1. not accepted.
changed to add 1 to a.

syntax 
a += 1. 
not accepted
Copy link
Owner

@fidley fidley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@fidley fidley merged commit cdf9fe2 into fidley:master Aug 22, 2024
2 of 3 checks passed
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.

2 participants