diff options
Diffstat (limited to 'Kod/bilbana')
| -rw-r--r-- | Kod/bilbana/yc4/debug.m | 3 |
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 |
