OSDN Git Service

remove the individual md ref files
[joypy/Thun.git] / docs / reference / range_to_zero.md
diff --git a/docs/reference/range_to_zero.md b/docs/reference/range_to_zero.md
deleted file mode 100644 (file)
index 5c357bd..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-------------------------------------------------------------------------
-
-## range_to_zero
-
-Function
-
-Take a number `n` from the stack and replace it with a list
-`[0...n]`.
-
-### Example
-
-       5 range_to_zero
-    ---------------------
-        [0 1 2 3 4 5]
-
-### Definition
-
-> [unit] \[[down_to_zero]\] [infra]
-
-### Discussion
-
-Note that the order is reversed compared to [range].
-
-### Crosslinks
-
-[down_to_zero]
-[range]
-