Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.
This repository was archived by the owner on May 23, 2023. It is now read-only.

Macros defined in Phoo code don't work #6

Open
@dragoncoder047

Description

@dragoncoder047

I get:

Welcome to Phoo.
Version 0.2.0 (cfca97d)
Strict mode is ON
Press Shift+Enter for multiple lines.
(0)--> ' [ [ 1 2 + ] const ]
Stack: [[[1, 2, Symbol(+)]]]
(1)--> // drop
Stack: []
(2)-->

(0): const is not turning the [ 1 2 + ] into 3.

(1): the drop should be commented out but it isn't.

expected:

Welcome to Phoo.
Version 0.2.0 (cfca97d)
Strict mode is ON
Press Shift+Enter for multiple lines.
(0)--> ' [ [ 1 2 + ] const ]
Stack: [[3]]
(1)--> // drop
Stack: [[3]]
(2)-->

Metadata

Metadata

Labels

bugSomething isn't workingwontfixThis will not be worked on

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions