# O

- [Odd and square numbers](https://trizen.gitbook.io/sidef-lang/programming_tasks/o/odd_and_square_numbers.md)
- [Odd squarefree semiprimes](https://trizen.gitbook.io/sidef-lang/programming_tasks/o/odd_squarefree_semiprimes.md)
- [Odd word problem](https://trizen.gitbook.io/sidef-lang/programming_tasks/o/odd_word_problem.md)
- [Old lady swallowed a fly](https://trizen.gitbook.io/sidef-lang/programming_tasks/o/old_lady_swallowed_a_fly.md)
- [Old Russian measure of length](https://trizen.gitbook.io/sidef-lang/programming_tasks/o/old_russian_measure_of_length.md)
- [One-dimensional cellular automata](https://trizen.gitbook.io/sidef-lang/programming_tasks/o/one-dimensional_cellular_automata.md)
- [One-two primes](https://trizen.gitbook.io/sidef-lang/programming_tasks/o/one-two_primes.md)
- [One of n lines in a file](https://trizen.gitbook.io/sidef-lang/programming_tasks/o/one_of_n_lines_in_a_file.md)
- [Operator precedence](https://trizen.gitbook.io/sidef-lang/programming_tasks/o/operator_precedence.md)
- [Optional parameters](https://trizen.gitbook.io/sidef-lang/programming_tasks/o/optional_parameters.md)
- [Orbital elements](https://trizen.gitbook.io/sidef-lang/programming_tasks/o/orbital_elements.md)
- [Order disjoint list items](https://trizen.gitbook.io/sidef-lang/programming_tasks/o/order_disjoint_list_items.md)
- [Order two numerical lists](https://trizen.gitbook.io/sidef-lang/programming_tasks/o/order_two_numerical_lists.md)
- [Ordered partitions](https://trizen.gitbook.io/sidef-lang/programming_tasks/o/ordered_partitions.md)
- [Ordered words](https://trizen.gitbook.io/sidef-lang/programming_tasks/o/ordered_words.md)
- [Own digits power sum](https://trizen.gitbook.io/sidef-lang/programming_tasks/o/own_digits_power_sum.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://trizen.gitbook.io/sidef-lang/programming_tasks/o.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
