Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
This noncompliant code example, derived from Flanagan \[[Flanagan 2005|AA. Bibliography#FlanaganReferences#Flanagan 05]\], has two variables, with no guarantees regarding their current values. The code must validate its data and then check whether {{array\[i\]}} is nonnegative.

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="83d7d8f1f93ea593-61a81a0e-484b4117-97f483f2-cf52f3a084bf3a6923b480bb"><ac:plain-text-body><![CDATA[

[[Flanagan 2005

AA. Bibliography#Flanagan References#Flanagan 05]]

2.5.6. Boolean Operators

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="68d166e753e7dc00-3a5f6dc8-498b4513-878b8da4-35d64781f3f5a748f7b79055"><ac:plain-text-body><![CDATA[

[[JLS 2005

AA. Bibliography#JLS References#JLS 05]]

[§15.23, "Conditional-And Operator &&"

http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#15.23]

]]></ac:plain-text-body></ac:structured-macro>

 

§15.24, "Conditional-Or Operator"

...