Skip to content

Syntax order causes expression parsing errors #19

@2531

Description

@2531

I expect to output the following sequence, the syntax is 0:2#3*2

0
0
2
2
4
4
0
0
2
2
4
4

But I got a error:
image

After multiple attempts, I found that adjusting the syntax order of insertseq can work properly, like this: 0:2*2#3 .
I'm not sure if this is a issueor a mistake on my part.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions