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

Shorthand ++ -- statment virker ikke #19

Open
jwindelborg opened this issue Apr 20, 2016 · 5 comments
Open

Shorthand ++ -- statment virker ikke #19

jwindelborg opened this issue Apr 20, 2016 · 5 comments
Assignees
Labels

Comments

@jwindelborg
Copy link
Collaborator

Man kan ikke skrive hverken
i++
i--
i = i++
eller
i = i --

@Joklost
Copy link
Owner

Joklost commented Apr 22, 2016

Jesper tester

@jwindelborg
Copy link
Collaborator Author

skaermbillede fra 2016-04-22 14-40-11
skaermbillede fra 2016-04-22 14-40-51
Virker stadigt ikke..

@jwindelborg
Copy link
Collaborator Author

Halvdelen af problemet er løst man kan nu skrive
i = i++ og i = i--

i++ og i-- er stadig ikke muligt.

@Joklost
Copy link
Owner

Joklost commented Apr 25, 2016

i++ og i-- er noget parseren ikke vil lade os gøre..

@jwindelborg
Copy link
Collaborator Author

Det med at i = i++ og i = i-- virker er ikke længere tilfædet. Vi er tilbage til at alt med i++ og i-- ikke virker.

@Joklost Joklost added the bug label May 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants