forgot main try/case

This commit is contained in:
2026-04-19 09:41:23 +02:00
parent 524cf4d2e7
commit 2f54d98f8b

View File

@@ -39,10 +39,10 @@
┌─╴Main
F ← |1.0 (
⊜□⊸≠@\s
⨂{"cd" "exit"}⊸⍣⊢""
⨬(Commands~CD
| Commands~Exit
| Commands~Otherwise)
⍣(⍩Commands~CD ◇°"cd"⊸⊢
| ⍩Commands~Exit ◇°"exit"⊸⊢
| Commands~Otherwise °1>0⊸⧻
| )
CommandLine~PS₁
)