yet_another_webdev(blog) yet_another_webdev(blog) Project title: Starting FORTH Description: Reading the 1st edition, 1981, of "Starting FORTH - An Introduction to the FORTH Language and Operating System for Beginners and Professionals" by Leo Brodie. Running examples using pForth on Arch Linux. Posts: 2024-02-16 Chapter 04 - DECISIONS, DECISIONS, ... This chapter introduces expressions that evaluate to TRUE or FALSE and the IF...THEN words that allow you to execute code only if certain conditions are met. 2023-12-15 Chapter 02 - How to get results Forth arithmetics and stack manipulation words 2023-07-28 Chapter 01 - Fundamental FORTH Using pForth to go over the 1st chapter. Covering the basics of syntax, interpreter and the stack. toolsV2 yet_another_webdev(blog)