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,11 @@
If {𝕏𝕎@}´ # Also Repeat
IfElse {cTF: cFT@}
While {𝕩{𝔽𝔾𝔽_𝕣_𝔾𝔽𝔾𝕩}𝕨@}´ # While 1‿{... to run forever
DoWhile {𝕏@ While 𝕨𝕩}´
For {ICPA: I@ WhileC,PA}
# Switch/case statements have many variations; these are a few
Match {𝕏𝕨}´
Select {(𝕩)(1𝕩)@}
Switch {c𝕩 ma<˘21𝕩 (aC)m@}
Test {fn{CA𝕊e:CAE}´𝕩Fn@}

View file

@ -0,0 +1,5 @@
{
a<b ? a+1 ; # If
a<c ? c-1 ; # Else If
a-2 # Else
}