From b12744d831c4158671fc22401590eaac00f7c141 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 14 Jun 2018 23:25:05 -0700 Subject: Some cleanup and fixes. Simplifying a lot of code, and extending the flexibility of scoping. Redesigned Object system too. --- tests/control_flow.nom | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'tests/control_flow.nom') diff --git a/tests/control_flow.nom b/tests/control_flow.nom index 20ccabe..238bcbf 100644 --- a/tests/control_flow.nom +++ b/tests/control_flow.nom @@ -1,5 +1,5 @@ # - Tests for the stuff defined in lib/control_flow.nom + Tests for the stuff defined in core/control_flow.nom use "core" @@ -193,15 +193,3 @@ assume return %n ..= 6 -# - %nums <- [] - for % in - values - -> 4 - -> 5 - -> 6 - .. - add % to %nums - - assume (%nums = [4,5,6]) or barf "Coroutine iteration failed" - -- cgit v1.2.3