summaryrefslogtreecommitdiffstats
path: root/Kod/bilbana/yc4/debug.m
diff options
context:
space:
mode:
Diffstat (limited to 'Kod/bilbana/yc4/debug.m')
-rw-r--r--Kod/bilbana/yc4/debug.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/Kod/bilbana/yc4/debug.m b/Kod/bilbana/yc4/debug.m
new file mode 100644
index 0000000..12acbf4
--- /dev/null
+++ b/Kod/bilbana/yc4/debug.m
@@ -0,0 +1,3 @@
+function [] = debug(tag, strings)
+disp(strjoin({'DEBUG (', tag, '): ', strings}, ''))
+end