about summary refs log tree commit diff stats
path: root/k
diff options
context:
space:
mode:
Diffstat (limited to 'k')
-rw-r--r--k/vec.k4
1 files changed, 4 insertions, 0 deletions
diff --git a/k/vec.k b/k/vec.k
index 5fc9374..19629ab 100644
--- a/k/vec.k
+++ b/k/vec.k
@@ -1,7 +1,11 @@
 / generate a list
 !2
+
 / preform addition
 3 + 0 1
+
 / enumerate a vector!
 ! 3 4
+
+/ exit program
 \\