Now I am *really* confused ... ;-) Forgive me my ignorance.

I was talking about the Wiki, not about building a PicoLisp App.

Question:
*Is this https://picolisp.com/wiki/?help <https://picolisp.com/wiki/?help>
all the information on editing the Wiki?*
It seems I miss quite some info (e.g. about centering, colors etc.)


2018-05-25 18:08 GMT+02:00 Alexander Burger <a...@software-lab.de>:

> 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:picolisp@software-lab.de?subject=Unsubscribe
>

Reply via email to