Skip to content

Commit

Permalink
- Fixed carry computation
Browse files Browse the repository at this point in the history
  • Loading branch information
iarwain committed Jun 10, 2020
1 parent df71cf3 commit 3dead5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion text2key.r
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ if attempt [exists? file: to-file system/options/args/1] [
foreach step steps [
section: sections/:step
print [{ - Step [} step {]}]

; === Pre-actions ===
switch section/action [
rate [
Expand Down Expand Up @@ -212,8 +213,8 @@ if attempt [exists? file: to-file system/options/args/1] [
; === Insertion ===
move-to find-line step
print [{ . Inserting} section/line-count {lines}]
insert at exporter/data find-line step section/content
exporter/insert section/content
insert at exporter/data find-line step section/content
exporter/current: exporter/current + section/line-count

; === Post-actions ===
Expand Down

0 comments on commit 3dead5b

Please sign in to comment.