mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-05 04:06:35 +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-))
|
;(rename (prefix (libs lib1) test-))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(write "hello")
|
||||||
;(test-lib1-hello)
|
;(test-lib1-hello)
|
||||||
(write lib1-hello)
|
(write lib1-hello)
|
||||||
|
(write "world")
|
||||||
|
|
|
@ -14,4 +14,5 @@
|
||||||
(define (internal-func)
|
(define (internal-func)
|
||||||
(write lib2-hello))
|
(write lib2-hello))
|
||||||
(define (lib1-hello)
|
(define (lib1-hello)
|
||||||
(internal-func))))
|
(internal-func)
|
||||||
|
1)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue