We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17a019 commit 995c0b3Copy full SHA for 995c0b3
pi.p8
@@ -4,9 +4,9 @@
4
%import textio
5
6
; Based on: https://github.com/NesHacker/NesPi/blob/main/pi-spigot.js
7
-; With thanks to DesertFish. By James, AKA Java Cake Games.
+; With thanks to DesertFish (Irmen). By James (Java Cake Games).
8
;
9
-; Written for Prog8 8.11-dev (e5e63cc) but also works on older versions.
+; Written for Prog8 8.11-dev (e5e63cc).
10
11
; All multiplication and division use the mul and div routines even when 24-bit
12
; results aren't necessary, as doing so doesn't make the program much slower
@@ -233,4 +233,4 @@ main {
233
}}
234
}
235
236
-}
+}
0 commit comments