aboutsummaryrefslogtreecommitdiff
path: root/bc_funcs
diff options
context:
space:
mode:
Diffstat (limited to 'bc_funcs')
-rw-r--r--bc_funcs/exit.bc3
-rw-r--r--bc_funcs/init.bc3
2 files changed, 6 insertions, 0 deletions
diff --git a/bc_funcs/exit.bc b/bc_funcs/exit.bc
new file mode 100644
index 0000000..1ac644c
--- /dev/null
+++ b/bc_funcs/exit.bc
@@ -0,0 +1,3 @@
+# Any sort of code you want to run AFTER the users input is evaluated
+
+quit
diff --git a/bc_funcs/init.bc b/bc_funcs/init.bc
new file mode 100644
index 0000000..68785ff
--- /dev/null
+++ b/bc_funcs/init.bc
@@ -0,0 +1,3 @@
+# Any sort of code you want to run BEFORE the users input is evaluated
+
+scale = 20