aboutsummaryrefslogtreecommitdiff
path: root/examples/math.stem
diff options
context:
space:
mode:
Diffstat (limited to 'examples/math.stem')
-rw-r--r--examples/math.stem2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/math.stem b/examples/math.stem
deleted file mode 100644
index 1a6f931..0000000
--- a/examples/math.stem
+++ /dev/null
@@ -1,2 +0,0 @@
-factorial [ dup 0 <= [ 1 + ] [ dup 1 - factorial * ] if ] func
-PI 3.1415926 func