From dcebd44260fa67b04d217e778265982393ccc032 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Wed, 17 Dec 2025 07:30:19 +0100 Subject: Day4: Comment programs and export text version. --- day4/parse.TXT | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 day4/parse.TXT (limited to 'day4/parse.TXT') diff --git a/day4/parse.TXT b/day4/parse.TXT new file mode 100644 index 0000000..f496de4 --- /dev/null +++ b/day4/parse.TXT @@ -0,0 +1,16 @@ +\START92\ +\COMMENT=Parses input to a list of binary numbers +\NAME=parse +\FILE=day4.parse.92f +(numipts,patt) +Func +Local result,i + +newList(numipts)\->\result +For i,1,numipts + parseln(expr(patt&string(i)))\->\result[i] +EndFor +result +EndFunc + +\STOP92\ -- cgit v1.2.3