Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
' lstack top value == 0 ? skip next instruction : don’t skip next instruction.
|
||||
" lstack top value > 0 ? skip next instruction : don’t skip next instruction.
|
||||
K lstack top value == 2nd value ? skip next instruction : don’t skip next instruction.
|
||||
L lstack top value > 2nd value ? skip next instruction : don’t skip next instruction.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
_`Enter integer n:`T'p`n = 0`>N`Enter integer m:`T'p`m = 0`>` and `Kp`m = n`;
|
||||
>`n > 0`d >`m > 0`d >Lp`m > n`;
|
||||
>`m < n`;
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
Enter integer n:
|
||||
i3
|
||||
n > 0
|
||||
Enter integer m:
|
||||
i0
|
||||
m = 0 and m < n
|
||||
Loading…
Add table
Add a link
Reference in a new issue