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

operator not expected here #22

Open
ClaudioDaffra opened this issue Jan 18, 2018 · 0 comments
Open

operator not expected here #22

ClaudioDaffra opened this issue Jan 18, 2018 · 0 comments

Comments

@ClaudioDaffra
Copy link

ClaudioDaffra commented Jan 18, 2018

In picoc real numbers are assign with a digit in front dot
ex 90.1 0.4
but fails when real nymbers are assign in a more common way
ex .5
here below an example error :

#include <stdio.h>
int main() 
{
	double a=.5; // <-- operator not expected here

	return 0;
}
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