From 0659dba8aa3c4a1bf333c2dbb2f8d68a32f9ab54 Mon Sep 17 00:00:00 2001 From: Franco Rondini Date: Sun, 1 Oct 2017 12:25:02 +0200 Subject: [PATCH] fix #1 --- src/main/basic/xor01.bas | 2 +- src/main/basic/xor01b.bas | 2 +- src/main/basic/xor02b.bas | 2 +- src/main/basic/xor03.bas | 2 +- src/main/basic/xor03b.bas | 2 +- src/main/basic/xor04.bas | 2 +- src/main/basic/xor04b.bas | 2 +- src/main/basic/xor05.bas | 2 +- src/main/basic/xor05b.bas | 2 +- src/main/basic/xor06.bas | 2 +- src/main/basic/xor06b.bas | 2 +- src/main/basic/xor07.bas | 2 +- src/main/basic/xor07b.bas | 2 +- xor06.bas | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/main/basic/xor01.bas b/src/main/basic/xor01.bas index 5fa4ba7..e10752f 100644 --- a/src/main/basic/xor01.bas +++ b/src/main/basic/xor01.bas @@ -33,4 +33,4 @@ 160 NEXT a 165 NEXT i 166 LET t3=FN t() - 169 PRINT "time taken for 4096 ..:";t3-t2 \ No newline at end of file + 169 PRINT "for 256 iterations:";t3-t2 \ No newline at end of file diff --git a/src/main/basic/xor01b.bas b/src/main/basic/xor01b.bas index b245386..8f80106 100644 --- a/src/main/basic/xor01b.bas +++ b/src/main/basic/xor01b.bas @@ -31,4 +31,4 @@ 160 NEXT a 165 NEXT i 166 LET t3=FN t() - 169 PRINT "time taken for 4096 ..:";t3-t2 \ No newline at end of file + 169 PRINT "for 256 iterations:";t3-t2 \ No newline at end of file diff --git a/src/main/basic/xor02b.bas b/src/main/basic/xor02b.bas index f46681b..4729e32 100644 --- a/src/main/basic/xor02b.bas +++ b/src/main/basic/xor02b.bas @@ -31,4 +31,4 @@ 160 NEXT a 165 NEXT i 166 LET t3=FN t() - 169 PRINT "time taken for 4096 ..:";t3-t2 \ No newline at end of file + 169 PRINT "for 256 iterations:";t3-t2 \ No newline at end of file diff --git a/src/main/basic/xor03.bas b/src/main/basic/xor03.bas index 6c9f5af..e1322d5 100644 --- a/src/main/basic/xor03.bas +++ b/src/main/basic/xor03.bas @@ -32,4 +32,4 @@ 160 NEXT a 165 NEXT i 166 LET t3=FN t() - 169 PRINT "time taken for 4096 ..:";t3-t2 \ No newline at end of file + 169 PRINT "for 256 iterations:";t3-t2 \ No newline at end of file diff --git a/src/main/basic/xor03b.bas b/src/main/basic/xor03b.bas index 7d2c114..7818fa3 100644 --- a/src/main/basic/xor03b.bas +++ b/src/main/basic/xor03b.bas @@ -32,4 +32,4 @@ 160 NEXT a 165 NEXT i 166 LET t3=FN t() - 169 PRINT "time taken for 4096 ..:";t3-t2 \ No newline at end of file + 169 PRINT "for 256 iterations:";t3-t2 \ No newline at end of file diff --git a/src/main/basic/xor04.bas b/src/main/basic/xor04.bas index d92e352..20f83ba 100644 --- a/src/main/basic/xor04.bas +++ b/src/main/basic/xor04.bas @@ -31,4 +31,4 @@ 160 NEXT a 165 NEXT i 166 LET t3=FN t() - 169 PRINT "time taken for 4096 ..:";t3-t2 \ No newline at end of file + 169 PRINT "for 256 iterations:";t3-t2 \ No newline at end of file diff --git a/src/main/basic/xor04b.bas b/src/main/basic/xor04b.bas index e71b9db..4754fd4 100644 --- a/src/main/basic/xor04b.bas +++ b/src/main/basic/xor04b.bas @@ -32,4 +32,4 @@ 160 NEXT a 165 NEXT i 166 LET t3=FN t() - 169 PRINT "time taken for 4096 ..:";t3-t2 \ No newline at end of file + 169 PRINT "for 256 iterations:";t3-t2 \ No newline at end of file diff --git a/src/main/basic/xor05.bas b/src/main/basic/xor05.bas index 14b4e1b..89f1ac7 100644 --- a/src/main/basic/xor05.bas +++ b/src/main/basic/xor05.bas @@ -31,4 +31,4 @@ 160 NEXT a 165 NEXT i 166 LET t3=FN t() - 169 PRINT "time taken for 4096 ..:";t3-t2 \ No newline at end of file + 169 PRINT "for 256 iterations:";t3-t2 \ No newline at end of file diff --git a/src/main/basic/xor05b.bas b/src/main/basic/xor05b.bas index 900ff59..9d45f31 100644 --- a/src/main/basic/xor05b.bas +++ b/src/main/basic/xor05b.bas @@ -31,4 +31,4 @@ 160 NEXT a 165 NEXT i 166 LET t3=FN t() - 169 PRINT "time taken for 4096 ..:";t3-t2 \ No newline at end of file + 169 PRINT "for 256 iterations:";t3-t2 \ No newline at end of file diff --git a/src/main/basic/xor06.bas b/src/main/basic/xor06.bas index edeb045..bd39023 100644 --- a/src/main/basic/xor06.bas +++ b/src/main/basic/xor06.bas @@ -31,4 +31,4 @@ 160 NEXT a 165 NEXT i 166 LET t3=FN t() - 169 PRINT "time taken for 4096 ..:";t3-t2 \ No newline at end of file + 169 PRINT "for 256 iterations:";t3-t2 \ No newline at end of file diff --git a/src/main/basic/xor06b.bas b/src/main/basic/xor06b.bas index a4d4453..8a7941e 100644 --- a/src/main/basic/xor06b.bas +++ b/src/main/basic/xor06b.bas @@ -31,4 +31,4 @@ 160 NEXT a 165 NEXT i 166 LET t3=FN t() - 169 PRINT "time taken for 4096 ..:";t3-t2 \ No newline at end of file + 169 PRINT "256 iterations:";t3-t2 \ No newline at end of file diff --git a/src/main/basic/xor07.bas b/src/main/basic/xor07.bas index 28963d1..ed15b8a 100644 --- a/src/main/basic/xor07.bas +++ b/src/main/basic/xor07.bas @@ -31,4 +31,4 @@ 160 NEXT a 165 NEXT i 166 LET t3=FN t() - 169 PRINT "time taken for 4096 ..:";t3-t2 \ No newline at end of file + 169 PRINT "for 256 iterations:";t3-t2 \ No newline at end of file diff --git a/src/main/basic/xor07b.bas b/src/main/basic/xor07b.bas index aff4fc3..b2ac900 100644 --- a/src/main/basic/xor07b.bas +++ b/src/main/basic/xor07b.bas @@ -31,4 +31,4 @@ 160 NEXT a 165 NEXT i 166 LET t3=FN t() - 169 PRINT "time taken for 4096 ..:";t3-t2 \ No newline at end of file + 169 PRINT "for 256 iterations:";t3-t2 \ No newline at end of file diff --git a/xor06.bas b/xor06.bas index edeb045..bd39023 100644 --- a/xor06.bas +++ b/xor06.bas @@ -31,4 +31,4 @@ 160 NEXT a 165 NEXT i 166 LET t3=FN t() - 169 PRINT "time taken for 4096 ..:";t3-t2 \ No newline at end of file + 169 PRINT "for 256 iterations:";t3-t2 \ No newline at end of file