presentation.fs/presentation.fs

14 lines
183 B
Forth
Executable File

#! /usr/bin/gforth
: <presentation> ;
: <s> , ;
: <h> <s> ;
: <p> <s> ;
: <b> <s> ;
: <i> <s> ;
: <np> <s> ;
: <+> ;
bye
here <presentation> ." Dies ist eine Testpresentation" <h>