User:Gzarkadas/Syntax
From Avisynth
The layout denotes nesting of pages (under Avisynth_Syntax). Headings are pages' urls.
Contents |
[edit] AviSynth_Syntax
- Script_variables
- Operators
- Script_functions
- Control_structures
- This stuff has been moved (2007-07-14) to the main wiki.
- Internal_functions
- This stuff has been moved (2007-07-20) to the main wiki.
[edit] Clip_properties
[edit] Runtime_environment
<<<DOING>>>
[edit] Scripting_reference
[edit] The script execution model
<<DONE>>
[edit] User_functions
- how to write
- recursion, the only tool to act upon collections
- optional arguments and ways to use
- globals and user functions; how to use effectively and safely
- performance considerations
[edit] Block_statements
Block statements are very useful tools for grouping together a set of operations that should be applied together under certain conditions.
[edit] Arrays
Creating and using arrays with AVSLib.

