@nogc void main() {
debug writeln("hello, debug world!");
}
If your goal is to debug your @nogc code, you can use writeln in
debug statement:
- Re: Is there any writeln like fu... Adam D. Ruppe via Digitalmars-d-learn
- Re: Is there any writeln li... Ferhat Kurtulmuş via Digitalmars-d-learn
- Re: Is there any writel... bachmeier via Digitalmars-d-learn
- Re: Is there any wr... Seb via Digitalmars-d-learn
- Re: Is there any writel... Jonathan M Davis via Digitalmars-d-learn
- Re: Is there any writeln like fu... 9il via Digitalmars-d-learn
- Re: Is there any writeln li... dangbinghoo via Digitalmars-d-learn
- Re: Is there any writeln like fu... Ferhat Kurtulmuş via Digitalmars-d-learn
- Re: Is there any writeln li... bauss via Digitalmars-d-learn
- Re: Is there any writel... Ferhat Kurtulmuş via Digitalmars-d-learn
- Re: Is there any writeln like fu... Ogi via Digitalmars-d-learn
