commit | 15f1caee9d71a13069ce1cfa652e4767b1c4c189 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Mon Jul 05 19:08:47 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Mon Jul 05 19:08:47 2021 -0700 |
tree | 9aa5fa1229827f3045061916b7757c59816edafb | |
parent | f68671fddd9b9a581f9ec0195e2c2ed81f81ed55 [diff] |
Add optional, variadic arguments
diff --git a/.vscode/launch.json b/.vscode/launch.json index 0597115..a8d2c36 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json
@@ -9,7 +9,7 @@ "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/src/lisp/lisp", - "args": ["test-closures.lisp"], + "args": ["test-args.lisp"], "stopAtEntry": false, "cwd": "${workspaceFolder}/src/lisp", "environment": [