File tree Expand file tree Collapse file tree 1 file changed +59
-1
lines changed Expand file tree Collapse file tree 1 file changed +59
-1
lines changed Original file line number Diff line number Diff line change @@ -328,8 +328,66 @@ end.
328
328
329
329
delth' '
330
330
331
+ f1=: 3 : 0
332
+ if. 0 = y do.
333
+ a0=: 0
334
+ a1=: 1
335
+ a2=: 2
336
+ a3=: 3
337
+ a4=: 4
338
+ a5=: 5
339
+ a6=: 6
340
+ a7=: 7
341
+ a8=: 8
342
+ a9=: 9
343
+ elseif. 1 = y do.
344
+ try. a0=: a0 + a1 catch. end.
345
+ try. a1=: a1 + a2 catch. end.
346
+ try. a2=: a2 + a3 catch. end.
347
+ try. a3=: a3 + a4 catch. end.
348
+ try. a4=: a4 + a5 catch. end.
349
+ try. a5=: a5 + a6 catch. end.
350
+ try. a6=: a6 + a7 catch. end.
351
+ try. a7=: a7 + a8 catch. end.
352
+ try. a8=: a8 + a9 catch. end.
353
+ try. a9=: a9 + a0 catch. end.
354
+ elseif. 2 = y do.
355
+ 4 !: 55 < ' a0'
356
+ 4 !: 55 < ' a1'
357
+ 4 !: 55 < ' a2'
358
+ 4 !: 55 < ' a3'
359
+ 4 !: 55 < ' a4'
360
+ 4 !: 55 < ' a5'
361
+ 4 !: 55 < ' a6'
362
+ 4 !: 55 < ' a7'
363
+ 4 !: 55 < ' a8'
364
+ 4 !: 55 < ' a9'
365
+ end.
366
+ 1
367
+ )
368
+
369
+ f2=: 3 : 0
370
+ 1: & > (f1 t. ' ' )" 0 y ? @ $ 3
371
+ 1
372
+ )
331
373
374
+ f=: 3 : 0' '
375
+ {{0 T. 0 }}^: ] 0 >. (1 & T. ' ' ) - ~ <: {: 8 T. ' '
376
+ a0=: 0
377
+ a1=: 1
378
+ a2=: 2
379
+ a3=: 3
380
+ a4=: 4
381
+ a5=: 5
382
+ a6=: 6
383
+ a7=: 7
384
+ a8=: 8
385
+ a9=: 9
386
+ f2 1e5
387
+ ' '
388
+ )
332
389
390
+ delth' '
333
391
334
392
' domain error' -: ". etx ' 0 t. ($0)'
335
393
' domain error' -: ". etx ' + t. 1.5'
@@ -347,7 +405,7 @@ delth''
347
405
348
406
349
407
350
- 4 !: 55 ;: ' allowlongjobs amv chk delth N N1 N2 f f1 f2 g g1 pyx sleep wthr'
408
+ 4 !: 55 ;: ' a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 allowlongjobs amv chk delth N N1 N2 f f1 f2 g g1 pyx sleep wthr'
351
409
352
410
epilog' '
353
411
You can’t perform that action at this time.
0 commit comments