Basics Examples =============== .. index:: single: examples; basics single: input single: strict typing Basic function + types ---------------------- File: ``examples/ok.aja`` .. literalinclude:: ../../examples/ok.aja :language: text Input and casting ----------------- Files: ``examples/input.aja`` and ``examples/input_cast.aja`` .. literalinclude:: ../../examples/input.aja :language: text .. literalinclude:: ../../examples/input_cast.aja :language: text Type error sample ----------------- File: ``examples/type_error.aja`` .. literalinclude:: ../../examples/type_error.aja :language: text