gforth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gforth] [feature request] literate programming support


From: Anton Ertl
Subject: Re: [gforth] [feature request] literate programming support
Date: Sun, 12 Oct 2014 18:08:57 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

On Sun, Oct 12, 2014 at 03:31:40PM +0300, Jay Pinkman wrote:
> \ [[ ## Title
> 
> Some *markdown* `maybe`?
> 
> ]][[
> 
> : some ( forth -- ) code ;
> : and ( a -- little ) more ;
> 
> ]]
> 
> 
> what you think?

]] ... [[ is used for "postpone mode", e.g.:

: repeat ]] again then [[ ; immediate

instead of

: repeat postpone again postpone then ; immediate

- anton







reply via email to

[Prev in Thread] Current Thread [Next in Thread]