Talk:Intentional programming: Difference between revisions

Content deleted Content added
Implementing WP:PIQA (Task 26)
syntaxhighlight & fix lint
Line 27:
Here is a Java class that, when saved to the file WhichI.java, will compile and illustrate the point being made correctly.
 
<syntaxhighlight lang="text">
<code>
public class WhichI {
public static String i = "am canadian";
Line 37:
}
}
</syntaxhighlight>
</code>
 
I think that the none functioning example in the text should be replaced with this one.