Revision: 8889 https://osdn.net/projects/ttssh2/scm/svn/commits/8889 Author: nmaya Date: 2020-08-11 00:14:00 +0900 (Tue, 11 Aug 2020) Log Message: ----------- intdim マクロコマンドの説明を修正 MFT to: 4-stable ticket #40620 typo fix. Ticket Links: ------------ https://osdn.net/projects/ttssh2/tracker/detail/40620 Modified Paths: -------------- trunk/doc/en/html/macro/command/intdim.html trunk/doc/ja/html/macro/command/intdim.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/intdim.html =================================================================== --- trunk/doc/en/html/macro/command/intdim.html 2020-08-05 15:07:40 UTC (rev 8888) +++ trunk/doc/en/html/macro/command/intdim.html 2020-08-10 15:14:00 UTC (rev 8889) @@ -95,12 +95,12 @@ ; sieve of Eratosthenes ; ; Example of execution result -; 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 [18 primes] +; 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 [17 primes] ; N = 30 intdim flag N+1 -count = 1 +count = 0 for i 0 N flag[i] = 1 next Modified: trunk/doc/ja/html/macro/command/intdim.html =================================================================== --- trunk/doc/ja/html/macro/command/intdim.html 2020-08-05 15:07:40 UTC (rev 8888) +++ trunk/doc/ja/html/macro/command/intdim.html 2020-08-10 15:14:00 UTC (rev 8889) @@ -95,12 +95,12 @@ ; \x83G\x83\x89\x83g\x83X\x83e\x83l\x83X\x82̂ӂ邢(sieve of Eratosthenes) ; ; Example of execution result -; 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 [18 primes] +; 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 [17 primes] ; N = 30 intdim flag N+1 -count = 1 +count = 0 for i 0 N flag[i] = 1 next