On Fri, May 25, 2018 at 06:35:00PM +0200, Arie van Wingerden wrote:
> Now I am *really* confused ... ;-) Forgive me my ignorance.

No problem :)


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

Yes, me too. The code below is copy/pasted from
https://picolisp.com/wiki/?PilBox


> *Is this https://picolisp.com/wiki/?help <https://picolisp.com/wiki/?help>
> all the information on editing the Wiki?*

Yes. Except you go for the direct way and look at the sources in
https://software-lab.de/wiki.tgz

> It seems I miss quite some info (e.g. about centering, colors etc.)

There ain't any :)

♪♫ Alex


> 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
> >

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to