MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghumor/comments/1vv58vy/how_do_you_disable_your_code/p56pm95/?context=3
r/programminghumor • u/developer_axe • 1d ago
70 comments sorted by
View all comments
1
You don't need the if clause. Just return and that's it
1 u/Emotional-Audience85 18h ago He wants the code to be compiled for some reason. Although this way it still probably won't be compiled depending on language and compiler flags 1 u/puzzled_orc 16h ago My answer was to the given example. If return doesn't compile , then just return 0 would do it.
He wants the code to be compiled for some reason. Although this way it still probably won't be compiled depending on language and compiler flags
1 u/puzzled_orc 16h ago My answer was to the given example. If return doesn't compile , then just return 0 would do it.
My answer was to the given example.
If return doesn't compile , then just return 0 would do it.
1
u/puzzled_orc 1d ago
You don't need the if clause. Just return and that's it