dummy
This commit is contained in:
commit
9120fc68b0
12
presentation.fs
Executable file
12
presentation.fs
Executable file
|
@ -0,0 +1,12 @@
|
|||
#! /usr/bin/gforth
|
||||
: <presentation> ;
|
||||
: <s> , ;
|
||||
: <h> <s> ;
|
||||
: <p> <s> ;
|
||||
: <b> <s> ;
|
||||
: <i> <s> ;
|
||||
: <np> <s> ;
|
||||
|
||||
bye
|
||||
|
||||
here ." Dies ist eine Testpresentation" <h>
|
Loading…
Reference in a new issue