presentation.fs/presentation.fs

13 lines
159 B
Forth
Executable File

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