Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

16 rader
200 B

  1. <blockquote>
  2. <p>Example:</p>
  3. <pre><code>sub status {
  4. print &quot;working&quot;;
  5. }
  6. </code></pre>
  7. <p>Or:</p>
  8. <pre><code>sub status {
  9. return &quot;working&quot;;
  10. }
  11. </code></pre>
  12. </blockquote>