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,4 +1,5 @@
|
||||
import.std.sort;
|
||||
var sort = sort.sort;
|
||||
|
||||
var to_lower=func(s){
|
||||
var tmp="";
|
||||
|
||||
Reference in New Issue
Block a user