mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-22 10:58:47 +08:00
✨ split io lib
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import.std.dylib;
|
||||
import.module.libfib;
|
||||
|
||||
println(keys(libfib));
|
||||
libfib.test_ghost();
|
||||
|
||||
var libfib=func(){
|
||||
var (dd,fib,qfib)=(nil,nil,nil);
|
||||
|
||||
Reference in New Issue
Block a user