blob: ed26d0c3d0db8a838360082f1dcff755c6a45f96 (
plain)
1
2
3
4
5
6
|
# Loader for BQNoise scripts
# Result is a function that •Imports the script with the given name 𝕩
"load.bqn takes a single option namespace, or no arguments" ! 1≥≠•args
(•args≠⊸⊑⟨•Import,•args⊸•Import⟩)∘(∾⟜".bqn")
|