From 40eb87453e3b248610d375eaefb07bf367224201 Mon Sep 17 00:00:00 2001 From: Naren Ratan Date: Wed, 11 Dec 2019 22:15:15 +0000 Subject: Fix (( )) --- jonesforth.f | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jonesforth.f b/jonesforth.f index 18c3500..ce9449a 100644 --- a/jonesforth.f +++ b/jonesforth.f @@ -36,8 +36,8 @@ : ∥) I ' BNZ , H - , ; / ( A ∥) does A until false / : 1∥) I ' BR , H - , ; / ( A 1∥) does A indefinitely / -: (( I ' n! , [COMP] ( ; / n (( A )) does A n times / -: )) I ' n- , ' n , [COMP] ∥) ; +: (( I ' n! , [COMP] ( ' n , [COMP] ∥ ; / n (( A )) does A n times / +: )) I ' n- , [COMP] ) ; : ∇ I S { [COMP] ; | : } ; / ∇ starts and ends definitions / -- cgit 1.4.1-2-gfad0