RosettaCodeData/Task/Here-document/MATLAB/here-document.m
2023-07-01 13:44:08 -04:00

10 lines
315 B
Matlab

sprintf('%s\n',...
'line1 text',...
' line2 text',...
' line3 text',...
' line4 text')
sprintf('%s\n',...
'Usage: thingy [OPTIONS]',...
' -h Display this usage message',...
' -H hostname Hostname to connect to')