mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-23 03:18:43 +08:00
✨ support nasal module
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import.std.sort;
|
||||
|
||||
var var_sort = sort.var_sort;
|
||||
var sort = sort.sort;
|
||||
|
||||
|
||||
var vec=[];
|
||||
setsize(vec, 1e4);
|
||||
rand(time(0));
|
||||
|
||||
Reference in New Issue
Block a user