On Fri, May 25, 2018 at 05:54:00PM +0200, Arie van Wingerden wrote:
> Solved!
> 
> instead of writing:
> 
> :{
> > lines of code
> > ...
> > ...
> > }
> >
> > New section
> >
> 
> I should write:
> 
> :{
> > lines of code
> > ...
> > ...}
> > New section

I always used it in two ways.

1. Inline

   terminal program like :{Termux} with :{vim} or :{emacs},

2. As a block

   a single file :{App.l}. This file contains:
   :{
      "Hello World"

      (menu "Hello World!"
         (<h1> "center blue" "Hello World!") )
   }
   The first line gives the App's name, and the :{menu} expression displays a

Thus, just between your versions :)
♪♫ Alex

-- 
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe

Reply via email to