We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b77a93 commit d18d3a3Copy full SHA for d18d3a3
src/algorithm/mod.rs
@@ -556,6 +556,7 @@ pub fn try_(env: &mut Uiua) -> UiuaResult {
556
let f = env.pop_function()?;
557
let handler = env.pop_function()?;
558
let f_sig = f.signature();
559
+ env.touch_array_stack(f_sig.args)?;
560
let handler_sig = handler.signature();
561
if env.stack_height() < f_sig.args {
562
for i in 0..f_sig.args {
tests/units.ua
@@ -500,6 +500,7 @@ $$ _ line
500
{"cat" "sand"} "dog" {"cat" "cats" "and" "sand" "dog"}
501
⍤⟜≍: {{"cat" "sand"} {"dog"} {""}} {⊙(∩▽⟜:≡°□⍚⍣(1°.⊙⊃↙↘⟜⧻|0⊙∘):¤)}
502
⍤⟜≍: [2 2] [⍣√⋅. 4 2]
503
+⍤⟜≍: [3] [⍣(⋅2⍤.0)3] 1
504
505
F ← ⍣⟨⍤.$"_"|¯⟩⋅⋅∘
506
0 commit comments