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

Assignment := is placed after array of pointers #83

Open
Roald87 opened this issue Oct 18, 2021 · 0 comments
Open

Assignment := is placed after array of pointers #83

Roald87 opened this issue Oct 18, 2021 · 0 comments
Labels
bug Something isn't working core Issues related to TcBlackCore good first issue Good for newcomers

Comments

@Roald87
Copy link
Owner

Roald87 commented Oct 18, 2021

// in
FUNCTION POU : REAL
VAR_INPUT
	pointerArray : ARRAY[1..6] OF POINTER TO LREAL;
END_VAR

// out
FUNCTION POU : REAL
VAR_INPUT
	pointerArray : ARRAY[1..6] OF POINTER := TO LREAL;
END_VAR
@Roald87 Roald87 added bug Something isn't working good first issue Good for newcomers core Issues related to TcBlackCore labels Oct 18, 2021
@Roald87 Roald87 added this to the TcBlackCore v0.2.1 milestone Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Issues related to TcBlackCore good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant