From e0fcdc6e3577f8c40b019396b400928379d928b9 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 2 Jun 2023 22:04:36 -0400 Subject: feat: runtime defined words are compiled; --- tests/simple-if2.forth | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/simple-if2.forth') diff --git a/tests/simple-if2.forth b/tests/simple-if2.forth index 92bbc6b..67a72ac 100644 --- a/tests/simple-if2.forth +++ b/tests/simple-if2.forth @@ -1,4 +1,5 @@ INPUT -0 if 5 . then 8 . +: f 0 if 5 . then 8 . ; +f OUTPUT 8 -- cgit v1.2.3