Skip to content

Commit

Permalink
Update actions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SanguineL committed May 29, 2024
1 parent 9aa8fdd commit 3153439
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions interpreter/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,6 @@ function roll (stack) {

function input_n(stack, n) {
try {
if (n.length != 1) {
return stack;
}

return push(stack, parseInt(n));
} catch (err) {
return [null];
Expand Down

0 comments on commit 3153439

Please sign in to comment.