presentation.fs/presentation.fs

14 lines
183 B
Forth
Raw Normal View History

2010-12-03 11:32:16 +01:00
#! /usr/bin/gforth
: <presentation> ;
: <s> , ;
: <h> <s> ;
: <p> <s> ;
: <b> <s> ;
: <i> <s> ;
: <np> <s> ;
2010-12-03 12:02:27 +01:00
: <+> ;
2010-12-03 11:32:16 +01:00
bye
2010-12-03 12:02:27 +01:00
here <presentation> ." Dies ist eine Testpresentation" <h>