index
:
tfyy51
master
Ingenjörsprojekt Y
git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Kod
/
bilbana
/
yc4
/
debug.m
blob: 12acbf4fcd7b12063ba89e71bc45231b5fa487bf (
plain
) (
blame
)
1
2
3
function [] = debug(tag, strings) disp(strjoin({'DEBUG (', tag, '): ', strings}, '')) end