Software /
code /
prosody
Comparison
teal-src/util/id.d.tl @ 11459:86904555bffc
teal: Use new integer support in Teal 0.13.0
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 18 Mar 2021 23:16:41 +0100 |
parent | 11432:113f3912c7cb |
comparison
equal
deleted
inserted
replaced
11458:0e00fa518688 | 11459:86904555bffc |
---|---|
1 local record lib | 1 local record lib |
2 short : function () : string | 2 short : function () : string |
3 medium : function () : string | 3 medium : function () : string |
4 long : function () : string | 4 long : function () : string |
5 custom : function (number) : function () : string | 5 custom : function (integer) : function () : string |
6 | 6 |
7 end | 7 end |
8 return lib | 8 return lib |
9 | 9 |