mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added TODO for cmd line args
This commit is contained in:
parent
6e1e4b56be
commit
540518dbc8
1 changed files with 4 additions and 2 deletions
|
@ -894,8 +894,10 @@ string_type Cyc_substring(object str, object start, object end) {
|
|||
}
|
||||
|
||||
object Cyc_command_line_arguments(object cont) {
|
||||
//Cyc_rt_raise_msg("not implemented yet");
|
||||
//return boolean_f;
|
||||
|
||||
// TODO: store argc/argv somewhere (probably globals, unfortunately) and then
|
||||
// use them here to pack up a list of strings
|
||||
|
||||
make_string(s, "TODO");
|
||||
make_cons(l, &s, nil);
|
||||
return_funcall1(cont, &l);
|
||||
|
|
Loading…
Add table
Reference in a new issue