Close

Patch-level release 0.48.1

A project log for zeptoforth

A full-featured Forth-based RTOS for ARM Cortex-M

travis-bemannTravis Bemann 11/19/2022 at 05:220 Comments

This patch-level release adds lexical scoping within conditional/looping constructs to local variables declared with { ... }, except for in do-loops and case constructs, where local variables are not currently supported.

Discussions