<table class="table"> | |
<thead> | |
<tr> | |
<th style="width:25%">Function</th> | |
<th>Description</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<td>range(start[, end[, step[, numSlices]]]) / range(end)</td> | |
<td>Returns a table of values within a specified range.</td> | |
</tr> | |
</tbody> | |
</table> |