Add double-stack words (2dup, 2drop, 2swap, 2over) and forget

This commit is contained in:
2026-02-02 07:46:39 +01:00
parent 3e8076e416
commit 2af0b67714
6 changed files with 186 additions and 0 deletions

View File

@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
### Added
- Double-stack words: `2dup`, `2drop`, `2swap`, `2over`.
- `forget` word to remove user-defined words from the dictionary.
## [0.0.3] - 2026-02-02
### Added