Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,16 @@
≪ ABS DUP XPON
IF DUP 2 < OVER 2 MOD OR THEN
DROP2 -1
ELSE
2 / 1 - ALOG / IP 1000 MOD
END
'→M3D' STO
≪ { 123 12345 1234567 987654321 10001 -10001 -123 -100 100 -12345 -10 2002}
→ tl
≪ 1 tl SIZE FOR j
tl j GET →M3D
NEXT
≫ EVAL