conversational-interfaces / dms-compiler

Compiles DM Script to DMPL JSON
https://w3c.github.io/dms/
5 stars 0 forks source link

pop without an argument #6

Open BinRoot opened 4 years ago

BinRoot commented 4 years ago

Currently a pop statement always needs an argument, like so: pop true.

But, one should be able to pop without an augment.

Maybe {"@pop": null}