From 0ad78cdf0adc20fa67b3c6daa916d2b038934d35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Fri, 15 Nov 2019 00:25:03 +0100 Subject: add debug-print-function --- Kod/bilbana/yc4/debug.m | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Kod/bilbana/yc4/debug.m 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 -- cgit v1.2.1