Comparison of conditional jumps in Lua
       «for … end» loop:
 (TXT) plaintext
 (HTM) HTML
       «for … in» syntax construction:
 (TXT) plaintext
 (HTM) HTML
       jump with «goto» keyword:
 (TXT) plaintext
 (HTM) HTML
       loop with tail-recursion:
 (TXT) plaintext
 (HTM) HTML
       «repeat … until» block:
 (TXT) plaintext
 (HTM) HTML
       «while … end» implementation:
 (TXT) plaintext
 (HTM) HTML
       Test data files:
 (TXT) Size of code
 (TXT) Size in bytecode
 (TXT) Execution time
       Visualized test results:
 (IMG) Size of code
 (IMG) Size in bytecode
 (IMG) Execution time
       Test script:
 (TXT) plaintext
 (HTM) HTML
 (DIR) Everything plotted with GNUPlot