uCBQN/test/mut.bqn
2022-11-17 18:56:46 +02:00

21 lines
457 B
BQN
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

u 100×(•UnixTime+1|100וMonoTime)@
Range (•MakeRand •Show u).Range
Do {𝕊:
orig (1000𝕩) Range 2
s Range 1+orig
mut "Ab"•internal.Variation orig
l Range (1+orig)-s
v Range 2
mut •internal.Temp 0,s,0,l
exp 0¨((s+l)) orig
mut exp?
•Show '0'+orig
•Show '0'+mut
•Show '0'+exp
•Show slv
•Exit 1;
𝕩
}
Do¨ 100000