@ElCanut@jlai.lu to Programmer Humor@programming.dev • 6 months agoAsking the real questionsjlai.luimagemessage-square209fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageAsking the real questionsjlai.lu@ElCanut@jlai.lu to Programmer Humor@programming.dev • 6 months agomessage-square209fedilink
minus-square@bandwidthcrisis@lemmy.worldlinkfedilink0•6 months agoUnix or dos format? Anyway, you probably need to put a backslash before it to indicate line continuation. But wouldn’t it be better to use something more traditional, such as <br>?
minus-square@bandwidthcrisis@lemmy.worldlinkfedilink0•6 months agoTrue, poor choice of phrase. But I was thnking of something like #define my_macro does not fit\ on one line
Unix or dos format?
Anyway, you probably need to put a backslash before it to indicate line continuation.
But wouldn’t it be better to use something more traditional, such as <br>?
HTML is more traditional than
\n
?True, poor choice of phrase.
But I was thnking of something like
#define my_macro does not fit\ on one line