diff --git a/e.fs b/e.fs new file mode 100644 index 0000000..747e8d8 --- /dev/null +++ b/e.fs @@ -0,0 +1,2 @@ +: E 1 0 DO ." e" 0 +LOOP ; +E ;