Delete Variable #5

Closed
opened 2025-12-15 10:39:26 +11:00 by DiamondNether90 · 1 comment

With the development of cground and highground, the focus has heavily been on efficiency. One easy way to do this would be to manually delete (free) variables, similar to what happens to a local variable when it goes out of scope.

Possible syntax: delete &var

With the development of cground and highground, the focus has heavily been on efficiency. One easy way to do this would be to manually delete (free) variables, similar to what happens to a local variable when it goes out of scope. Possible syntax: `delete &var`
Owner

Implemented as drop &var

Implemented as `drop &var`
max closed this issue 2025-12-22 16:50:48 +11:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ground/cground#5