summaryrefslogtreecommitdiff
path: root/code.m
diff options
context:
space:
mode:
Diffstat (limited to 'code.m')
-rw-r--r--code.m11
1 files changed, 11 insertions, 0 deletions
diff --git a/code.m b/code.m
new file mode 100644
index 0000000..2c36ce2
--- /dev/null
+++ b/code.m
@@ -0,0 +1,11 @@
+g64 test = 15;
+
+g32 test2 = 15;
+
+//test = 15;
+
+//g32 test5 = 20;
+
+//{
+// test = 150;
+//}