mirror of
https://github.com/janet-lang/janet
synced 2025-11-07 19:13:02 +00:00
Begin adding more complete documentation.
This commit is contained in:
@@ -150,10 +150,10 @@ static int cfun_append(JanetArgs args) {
|
||||
}
|
||||
|
||||
static const JanetReg cfuns[] = {
|
||||
{"tuple.slice", cfun_slice},
|
||||
{"tuple.append", cfun_append},
|
||||
{"tuple.prepend", cfun_prepend},
|
||||
{NULL, NULL}
|
||||
{"tuple.slice", cfun_slice, NULL},
|
||||
{"tuple.append", cfun_append, NULL},
|
||||
{"tuple.prepend", cfun_prepend, NULL},
|
||||
{NULL, NULL, NULL}
|
||||
};
|
||||
|
||||
/* Load the tuple module */
|
||||
|
||||
Reference in New Issue
Block a user