Back to docs home - Back to libs

Wait.dots

Purpose

This librairy generates a range of one-spaced values between two integers. It is similar to the range function of python, the firt value is included but the last one is not.

Usage

 O
A+B
 E
Parameters
Example

This is a count to 10 example

%!for_in_range.dots f

     /-$_#
     |
.-#1-f-11#-.
     |  
     |
     \-&
Output
12345678910 

Notes

Source

The source code is availaible here . If something doesn’t work, do not hesitate to open an issue.

Back to docs home - Back to libs