summaryrefslogtreecommitdiff
path: root/day2/part2.TXT
diff options
context:
space:
mode:
Diffstat (limited to 'day2/part2.TXT')
-rw-r--r--day2/part2.TXT24
1 files changed, 24 insertions, 0 deletions
diff --git a/day2/part2.TXT b/day2/part2.TXT
new file mode 100644
index 0000000..3c606bc
--- /dev/null
+++ b/day2/part2.TXT
@@ -0,0 +1,24 @@
+\START92\
+\COMMENT=Single file dated Thu Dec 4 00:10:11 20
+\NAME=part2
+\FILE=day2.part2.92f
+(str)
+Func
+Local p1,p2,dimstr,curr,result
+0\->\result
+1\->\p1
+dim(str)\->\dimstr
+
+While p1<dimstr
+ inString(str,",",p1)\->\p2
+ If p2\<=\0 Then
+ dimstr+1\->\p2
+ EndIf
+ mid(str,p1,p2-p1)\->\curr
+ p2+1\->\p1
+ result+invids2(curr)\->\result
+EndWhile
+Return result
+EndFunc
+
+\STOP92\