Mercurial Hosting > luan
comparison website/src/manual.html.luan @ 1277:5ba660381bd5
fix Io.print()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 11 Dec 2018 03:38:43 -0700 |
parents | 623dfe0e2e73 |
children | 693da73c8a2f |
comparison
equal
deleted
inserted
replaced
1276:623dfe0e2e73 | 1277:5ba660381bd5 |
---|---|
2749 <pre> | 2749 <pre> |
2750 return list[i], list[i+1], ···, list[j] | 2750 return list[i], list[i+1], ···, list[j] |
2751 </pre> | 2751 </pre> |
2752 | 2752 |
2753 <p> | 2753 <p> |
2754 By default, <code>i</code> is 1 and <code>j</code> is <code>#list</code>. | 2754 By default, <code>i</code> is 1 and <code>j</code> is <code>list.n or #list</code>. |
2755 | 2755 |
2756 | 2756 |
2757 | 2757 |
2758 | 2758 |
2759 <h3 heading><a name="number_lib">Number Manipulation</a></h3> | 2759 <h3 heading><a name="number_lib">Number Manipulation</a></h3> |