Skip to content

Commit 67a941e

Browse files
committed
cleanup
1 parent 06e7c4d commit 67a941e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

trac.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,6 @@ export class TRAC {
893893
// #(cr,R1,R2,V) -> Change radix (existing)
894894

895895
if (this.args.length === 1) {
896-
// --- Call Restore ---
897896
const name = this._arg(0);
898897
if (name in this.forms) {
899898
this._ensurePointer(name);
@@ -963,7 +962,7 @@ export class TRAC {
963962
try {
964963
return BigInt(norm);
965964
} catch {
966-
// Fallback if not a valid integer string.
965+
// fallback if not a valid integer string
967966
return 0n;
968967
}
969968
}

0 commit comments

Comments
 (0)