mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
✨ support nasal module
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ var hex=func(){
|
||||
|
||||
# read file
|
||||
var s=func(){
|
||||
var filename = find_all_files_with_extension("./src","cpp","h");
|
||||
var filename = file.find_all_files_with_extension("./src","cpp","h");
|
||||
if(size(runtime.argv())!=0){
|
||||
var argv=runtime.argv();
|
||||
if(argv[0]=="-h" or argv[0]=="--h"){
|
||||
|
||||
Reference in New Issue
Block a user