mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Fix syntax issues
This commit is contained in:
parent
b6c5a9007a
commit
ed21350bf5
1 changed files with 2 additions and 2 deletions
|
@ -1846,11 +1846,11 @@
|
|||
" = args["
|
||||
(number->string i)
|
||||
"];"
|
||||
) ;))
|
||||
)) ;)
|
||||
(set! i (+ i 1)))
|
||||
;;;(if has-closure?
|
||||
;;; (cdr scm-args)
|
||||
;;; scm-args))
|
||||
;;; scm-args)
|
||||
(if has-closure?
|
||||
(cdr args)
|
||||
args))
|
||||
|
|
Loading…
Add table
Reference in a new issue