mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-04 19:56:34 +02:00
WIP, libraries not working yet
This commit is contained in:
parent
ec05705ae1
commit
e536a13ea7
2 changed files with 4 additions and 1 deletions
|
@ -5,5 +5,7 @@
|
|||
;(rename (prefix (libs lib1) test-))
|
||||
)
|
||||
|
||||
(write "hello")
|
||||
;(test-lib1-hello)
|
||||
(write lib1-hello)
|
||||
(write "world")
|
||||
|
|
|
@ -14,4 +14,5 @@
|
|||
(define (internal-func)
|
||||
(write lib2-hello))
|
||||
(define (lib1-hello)
|
||||
(internal-func))))
|
||||
(internal-func)
|
||||
1)))
|
||||
|
|
Loading…
Add table
Reference in a new issue