Detection added for Forth & Omgrofl

This commit is contained in:
Baptiste Fontaine
2012-08-17 16:52:00 +02:00
parent a41f40a30e
commit 59e199d0c3
4 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
: HELLO ( -- )
." Hello Forth (forth)!" ;
HELLO

View File

@@ -0,0 +1,5 @@
: HELLO ( -- )
." Hello Forth (fth)!" ;
HELLO