Versions Compared

Key

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

...

Code Block
bgColor#FFcccc
private Object myState = null;

// Sets some internal state in the library
void setState(Object state) {
  myState = state;
}

// Performs some action using the filestate passed earlier
void useState() {
  // Perform some action here
}

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="020611d2100f6873-09652b7d-44734ca6-8e33adc4-19745c059d2e3522627ef78c"><ac:plain-text-body><![CDATA[

[ISO/IEC TR 24772:2010

http://www.aitcnet.org/isai/]

Argument passing to library functions [TRJ]

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

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="4dcf99976d8f9729-bf834054-443a484a-be08a438-3ab05ef1161a0b91316eeb1f"><ac:plain-text-body><![CDATA[

[[Bloch 2008

AA. Bibliography#Bloch 08]]

Item 38. Check parameters for validity

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

...