diff doc/interpreter/dynamic.txi @ 16483:fcf1b0b52083

Use a better example of gcd() in embedded.cc * doc/interpreter/dynamic.txi: Change documentation to refer to new embedded.cc output. * examples/embedded.cc: Change code to produce 'gcd (10, 15)'.
author Rik <rik@octave.org>
date Tue, 09 Apr 2013 16:16:10 -0700
parents 84873dc19757
children
line wrap: on
line diff
--- a/doc/interpreter/dynamic.txi	Tue Apr 09 16:13:36 2013 -0700
+++ b/doc/interpreter/dynamic.txi	Tue Apr 09 16:16:10 2013 -0700
@@ -1719,7 +1719,7 @@
 @group
 $ mkoctfile --link-stand-alone embedded.cc -o embedded
 $ ./embedded
-GCD of [5, 10] is 5
+GCD of [10, 15] is 5
 $
 @end group
 @end example