Implement module section types "Signals" (#18) #23
|
@ -832,6 +832,9 @@ local record pl
|
|||
rpartition: function(string, string): string, string, string
|
||||
at: function(string, number): string
|
||||
|
||||
indent: function(string, number, string): string
|
||||
dedent: function(string): string
|
||||
|
||||
lines: function(string): function(): string
|
||||
|
||||
title: function(string): string
|
||||
|
|
Loading…
Reference in New Issue