jhaimecando27 / CGrassPLUS

0 stars 0 forks source link

SyA(florist): can't add data #7

Open jhaimecando27 opened 4 months ago

jhaimecando27 commented 4 months ago

Describe the bug florist can add data

Code

seed
garden()(
    florist #v1 = [1, 2, 3];
    florist #v2 = #v1 + [4];
);
plant

Expected behavior florist should be able to add new data

Output Pane's Result

LexicalAnalyser: No Errors Found.
SyntaxAnalyser: Line 4 :  Syntax Error: Expecting ['[', '{'] but found  But found #
SyntaxAnalyser: Line 4 :  Syntax Error: Expecting <sequence> But found #
SyntaxAnalyser: Error Found.

Screenshots image

Additional context Add any other context about the problem here.